Uses of Interface
net.opengis.wcs11.AxisSubsetType
-
Packages that use AxisSubsetType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of AxisSubsetType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return AxisSubsetType Modifier and Type Method Description AxisSubsetType
Wcs111Factory. createAxisSubsetType()
Returns a new object of class 'Axis Subset Type'.AxisSubsetType
Wcs11Factory. createAxisSubsetType()
Returns a new object of class 'Axis Subset Type'.AxisSubsetType
DocumentRoot. getAxisSubset()
Returns the value of the 'Axis Subset' containment reference.Methods in net.opengis.wcs11 with parameters of type AxisSubsetType Modifier and Type Method Description void
DocumentRoot. setAxisSubset(AxisSubsetType value)
Sets the value of the 'Axis Subset
' containment reference. -
Uses of AxisSubsetType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement AxisSubsetType Modifier and Type Class Description class
AxisSubsetTypeImpl
An implementation of the model object 'Axis Subset Type'.Methods in net.opengis.wcs11.impl that return AxisSubsetType Modifier and Type Method Description AxisSubsetType
Wcs111FactoryImpl. createAxisSubsetType()
AxisSubsetType
Wcs11FactoryImpl. createAxisSubsetType()
AxisSubsetType
DocumentRootImpl. getAxisSubset()
Methods in net.opengis.wcs11.impl with parameters of type AxisSubsetType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAxisSubset(AxisSubsetType newAxisSubset, NotificationChain msgs)
void
DocumentRootImpl. setAxisSubset(AxisSubsetType newAxisSubset)
-
Uses of AxisSubsetType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type AxisSubsetType Modifier and Type Method Description Object
Wcs111Switch. caseAxisSubsetType(AxisSubsetType object)
Returns the result of interpreting the object as an instance of 'Axis Subset Type'.Object
Wcs11Switch. caseAxisSubsetType(AxisSubsetType object)
Returns the result of interpreting the object as an instance of 'Axis Subset Type'.boolean
Wcs111Validator. validateAxisSubsetType(AxisSubsetType axisSubsetType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateAxisSubsetType(AxisSubsetType axisSubsetType, DiagnosticChain diagnostics, Map context)
-
Uses of AxisSubsetType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type AxisSubsetType Modifier and Type Method Description boolean
DocumentRootValidator. validateAxisSubset(AxisSubsetType value)
-