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 DefaultGCPCollection
MetadataBuilder.groundControlPoints
Collection of ground control points.Methods in org.apache.sis.internal.storage that return DefaultGCPCollectionModifier and TypeMethodDescriptionprivate DefaultGCPCollection
MetadataBuilder.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 DefaultGCPCollection
DefaultGCPCollection.castOrCopy
(org.opengis.metadata.spatial.GCPCollection object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.