Uses of Interface
net.opengis.wcs10.AxisSubsetType
-
Packages that use AxisSubsetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of AxisSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return AxisSubsetType Modifier and Type Method Description AxisSubsetType
Wcs10Factory. createAxisSubsetType()
Returns a new object of class 'Axis Subset Type'. -
Uses of AxisSubsetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AxisSubsetType Modifier and Type Class Description class
AxisSubsetTypeImpl
An implementation of the model object 'Axis Subset Type'.Methods in net.opengis.wcs10.impl that return AxisSubsetType Modifier and Type Method Description AxisSubsetType
Wcs10FactoryImpl. createAxisSubsetType()
-
Uses of AxisSubsetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AxisSubsetType Modifier and Type Method Description Object
Wcs10Switch. caseAxisSubsetType(AxisSubsetType object)
Returns the result of interpreting the object as an instance of 'Axis Subset Type'.
-