Uses of Class
org.apache.sis.metadata.iso.extent.DefaultGeographicBoundingBox
Packages that use DefaultGeographicBoundingBox
Package
Description
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
Information about spatial, vertical, and temporal extent.
-
Uses of DefaultGeographicBoundingBox in org.apache.sis.internal.metadata
Methods in org.apache.sis.internal.metadata that return DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionReferencingServices.setBounds(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, String findOpCaller) Sets a geographic bounding box from the specified envelope.Methods in org.apache.sis.internal.metadata with parameters of type DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionReferencingServices.setBounds(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, String findOpCaller) Sets a geographic bounding box from the specified envelope. -
Uses of DefaultGeographicBoundingBox in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionServicesForMetadata.setBounds(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, String findOpCaller) Sets a geographic bounding box from the specified envelope.Methods in org.apache.sis.internal.referencing with parameters of type DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionServicesForMetadata.setBounds(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, String findOpCaller) Sets a geographic bounding box from the specified envelope. -
Uses of DefaultGeographicBoundingBox in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionstatic DefaultGeographicBoundingBoxDefaultGeographicBoundingBox.castOrCopy(org.opengis.metadata.extent.GeographicBoundingBox object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.