Uses of Class
org.apache.sis.metadata.iso.spatial.DefaultGCPCollection
Packages that use DefaultGCPCollection
Package
Description
Utility classes for the implementation of SIS storage classes.
Information about the mechanisms (grid or vector) used to represent spatial data.
-
Uses of DefaultGCPCollection in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultGCPCollectionModifier and TypeFieldDescriptionprivate DefaultGCPCollectionMetadataBuilder.groundControlPointsCollection of ground control points.Methods in org.apache.sis.internal.storage that return DefaultGCPCollectionModifier and TypeMethodDescriptionprivate DefaultGCPCollectionMetadataBuilder.groundControlPoints()Creates the collection of ground control points if it does not already exists, then returns it. -
Uses of DefaultGCPCollection in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return DefaultGCPCollectionModifier and TypeMethodDescriptionstatic DefaultGCPCollectionDefaultGCPCollection.castOrCopy(org.opengis.metadata.spatial.GCPCollection object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.