Uses of Class
org.apache.sis.metadata.iso.spatial.DefaultDimension
Packages that use DefaultDimension
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
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 TypeMethodDescriptionvoid
MD_Dimension.setElement
(DefaultDimension value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultDimension in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return DefaultDimensionModifier and TypeMethodDescriptionprivate DefaultDimension
MetadataBuilder.axis
(int index) Returns the axis at the given dimension index. -
Uses of DefaultDimension in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return DefaultDimensionModifier and TypeMethodDescriptionstatic DefaultDimension
DefaultDimension.castOrCopy
(org.opengis.metadata.spatial.Dimension object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.