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