Uses of Interface
org.geotools.api.metadata.extent.VerticalExtent
-
Packages that use VerticalExtent Package Description org.geotools.api.metadata.extent Extent information.org.geotools.metadata.iso.extent Extent implementation. -
-
Uses of VerticalExtent in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return types with arguments of type VerticalExtent Modifier and Type Method Description Collection<? extends VerticalExtent>
Extent. getVerticalElements()
Provides vertical component of the extent of the referring object -
Uses of VerticalExtent in org.geotools.metadata.iso.extent
Methods in org.geotools.metadata.iso.extent that return types with arguments of type VerticalExtent Modifier and Type Method Description Collection<VerticalExtent>
ExtentImpl. getVerticalElements()
Provides vertical component of the extent of the referring objectMethod parameters in org.geotools.metadata.iso.extent with type arguments of type VerticalExtent Modifier and Type Method Description void
ExtentImpl. setVerticalElements(Collection<? extends VerticalExtent> newValues)
Set vertical component of the extent of the referring object
-