Uses of Class
org.apache.sis.metadata.iso.extent.DefaultGeographicBoundingBox
Packages that use DefaultGeographicBoundingBox
Package
Description
Basic geometric objects (envelopes and direct positions).
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.geometry
Methods in org.apache.sis.geometry with parameters of type DefaultGeographicBoundingBoxModifier and TypeMethodDescription(package private) void
EnvelopeReducer.reduce
(DefaultGeographicBoundingBox result, org.opengis.metadata.extent.GeographicBoundingBox other) Applies the reduce operation on the givenresult
bounding box. -
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.private static DefaultGeographicBoundingBox
ServicesForMetadata.setGeographicExtent
(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.GeographicCRS normalizedCRS, String findOpCaller) Implementation of the publicsetBounds(…, DefaultGeographicBoundingBox, …)
methods for the horizontal extent.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.private static DefaultGeographicBoundingBox
ServicesForMetadata.setGeographicExtent
(org.opengis.geometry.Envelope envelope, DefaultGeographicBoundingBox target, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.GeographicCRS normalizedCRS, String findOpCaller) Implementation of the publicsetBounds(…, DefaultGeographicBoundingBox, …)
methods for the horizontal extent. -
Uses of DefaultGeographicBoundingBox in org.apache.sis.metadata.iso.extent
Fields in org.apache.sis.metadata.iso.extent declared as DefaultGeographicBoundingBoxModifier and TypeFieldDescriptionprivate DefaultGeographicBoundingBox
Extents.modifiable
If more than oneGeographicBoundingBox
is found, a new instance used for computing the union of all bounding boxes.Methods in org.apache.sis.metadata.iso.extent that return DefaultGeographicBoundingBoxModifier and TypeMethodDescriptionstatic DefaultGeographicBoundingBox
DefaultGeographicBoundingBox.castOrCopy
(org.opengis.metadata.extent.GeographicBoundingBox object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.