Uses of Interface
org.opengis.metadata.spatial.GeolocationInformation
Packages that use GeolocationInformation
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of GeolocationInformation in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement GeolocationInformationModifier and TypeClassDescriptionclassInformation used to determine geographic location corresponding to image location.classInformation about a control point collection.Methods in org.apache.sis.metadata.iso.spatial that return types with arguments of type GeolocationInformationModifier and TypeMethodDescriptionDefaultGeoreferenceable.getGeolocationInformation()Returns the information that can be used to geolocate the data.Methods in org.apache.sis.metadata.iso.spatial with parameters of type GeolocationInformationModifier and TypeMethodDescriptionAbstractGeolocationInformation.castOrCopy(GeolocationInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.spatial with type arguments of type GeolocationInformationModifier and TypeMethodDescriptionvoidDefaultGeoreferenceable.setGeolocationInformation(Collection<? extends GeolocationInformation> newValues) Sets the information that can be used to geolocate the data.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type GeolocationInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of GeolocationInformation in org.opengis.metadata.spatial
Subinterfaces of GeolocationInformation in org.opengis.metadata.spatialModifier and TypeInterfaceDescriptioninterfaceInformation about a control point collection.Methods in org.opengis.metadata.spatial that return types with arguments of type GeolocationInformationModifier and TypeMethodDescriptionCollection<? extends GeolocationInformation> Georeferenceable.getGeolocationInformation()Information that can be used to geolocate the data.