Uses of Class
org.apache.sis.metadata.iso.spatial.DefaultGCP
Packages that use DefaultGCP
Package
Description
JAXB adapters for metadata.
Information about the mechanisms (grid or vector) used to represent spatial data.
-
Uses of DefaultGCP in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultGCPModifier and TypeMethodDescriptionMI_GCP.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<msr:MI_GCP>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultGCPModifier and TypeMethodDescriptionvoid
MI_GCP.setElement
(DefaultGCP value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultGCP in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return DefaultGCPModifier and TypeMethodDescriptionstatic DefaultGCP
DefaultGCP.castOrCopy
(org.opengis.metadata.spatial.GCP object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.