Uses of Class
org.apache.sis.metadata.iso.spatial.AbstractGeolocationInformation
-
Packages that use AbstractGeolocationInformation Package Description org.apache.sis.metadata.iso.spatial Information about the mechanisms (grid or vector) used to represent spatial data. -
-
Uses of AbstractGeolocationInformation in org.apache.sis.metadata.iso.spatial
Subclasses of AbstractGeolocationInformation in org.apache.sis.metadata.iso.spatial Modifier and Type Class Description class
DefaultGCPCollection
Information about a control point collection.Methods in org.apache.sis.metadata.iso.spatial that return AbstractGeolocationInformation Modifier and Type Method Description static AbstractGeolocationInformation
AbstractGeolocationInformation. castOrCopy(GeolocationInformation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-