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