Uses of Interface
org.opengis.metadata.spatial.GCP
Packages that use GCP
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of GCP in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement GCPMethods in org.apache.sis.metadata.iso.spatial that return types with arguments of type GCPModifier and TypeMethodDescriptionDefaultGeorectified.getCheckPoints()Returns the geographic references used to validate georectification of the data.DefaultGCPCollection.getGCPs()Returns the ground control point(s) used in the collection.Methods in org.apache.sis.metadata.iso.spatial with parameters of type GCPModifier and TypeMethodDescriptionstatic DefaultGCPDefaultGCP.castOrCopy(GCP 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 GCPModifier and TypeMethodDescriptionvoidDefaultGeorectified.setCheckPoints(Collection<? extends GCP> newValues) Sets the geographic references used to validate georectification of the data.voidDefaultGCPCollection.setGCPs(Collection<? extends GCP> newValues) Sets the ground control point(s) used in the collection.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type GCPModifierConstructorDescriptionDefaultGCP(GCP object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of GCP in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return types with arguments of type GCPModifier and TypeMethodDescriptionCollection<? extends GCP> Georectified.getCheckPoints()Geographic references used to validate georectification of the data.Collection<? extends GCP> GCPCollection.getGCPs()Ground control point(s) used in the collection.