Uses of Interface
org.opengis.metadata.extent.GeographicExtent
Packages that use GeographicExtent
Package
Description
Information about spatial, vertical, and temporal extent.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Extent information.
-
Uses of GeographicExtent in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent that implement GeographicExtentModifier and TypeClassDescriptionclassBase class for geographic area of the dataset.classBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.classGeographic position of the dataset.classDescription of the geographic area using identifiers.Methods in org.apache.sis.metadata.iso.extent that return types with arguments of type GeographicExtentModifier and TypeMethodDescriptionDefaultExtent.getGeographicElements()Provides geographic component of the extent of the referring objectDefaultSpatialTemporalExtent.getSpatialExtent()Returns the spatial extent component of composite spatial and temporal extent.Methods in org.apache.sis.metadata.iso.extent with parameters of type GeographicExtentModifier and TypeMethodDescriptionstatic AbstractGeographicExtentAbstractGeographicExtent.castOrCopy(GeographicExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.extent with type arguments of type GeographicExtentModifier and TypeMethodDescriptionvoidDefaultExtent.setGeographicElements(Collection<? extends GeographicExtent> newValues) Sets geographic component of the extent of the referring object.voidDefaultSpatialTemporalExtent.setSpatialExtent(Collection<? extends GeographicExtent> newValues) Sets the spatial extent component of composite spatial and temporal extent.Constructors in org.apache.sis.metadata.iso.extent with parameters of type GeographicExtentModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.DefaultExtent(CharSequence description, GeographicExtent geographicElements, VerticalExtent verticalElements, TemporalExtent temporalElements) Constructs an extent initialized to the given description or components.DefaultSpatialTemporalExtent(GeographicExtent spatialExtent, VerticalExtent verticalExtent, TemporalExtent extent) Constructs a new spatial-temporal extent initialized to the specified values. -
Uses of GeographicExtent in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer that return GeographicExtentModifier and TypeMethodDescriptionAbstractLocation.getGeographicExtent()Returns a description of the location instance.ModifiableLocationType.getTerritoryOfUse()Returns the geographic area within which the location type occurs.Methods in org.apache.sis.referencing.gazetteer with parameters of type GeographicExtentModifier and TypeMethodDescriptionvoidModifiableLocationType.setTerritoryOfUse(GeographicExtent value) Sets the geographic area within which the location type occurs. -
Uses of GeographicExtent in org.opengis.metadata.extent
Subinterfaces of GeographicExtent in org.opengis.metadata.extentModifier and TypeInterfaceDescriptioninterfaceBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.interfaceGeographic position of the dataset.interfaceDescription of the geographic area using identifiers.Methods in org.opengis.metadata.extent that return types with arguments of type GeographicExtentModifier and TypeMethodDescriptionCollection<? extends GeographicExtent> Extent.getGeographicElements()Provides geographic component of the extent of the referring objectCollection<? extends GeographicExtent> SpatialTemporalExtent.getSpatialExtent()Returns the spatial extent component of composite spatial and temporal extent.