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 AxisSubsetTypeWcs111Factory. createAxisSubsetType()Returns a new object of class 'Axis Subset Type'.AxisSubsetTypeWcs11Factory. createAxisSubsetType()Returns a new object of class 'Axis Subset Type'.AxisSubsetTypeDocumentRoot. 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 voidDocumentRoot. 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 classAxisSubsetTypeImplAn implementation of the model object 'Axis Subset Type'.Methods in net.opengis.wcs11.impl that return AxisSubsetType Modifier and Type Method Description AxisSubsetTypeWcs111FactoryImpl. createAxisSubsetType()AxisSubsetTypeWcs11FactoryImpl. createAxisSubsetType()AxisSubsetTypeDocumentRootImpl. getAxisSubset()Methods in net.opengis.wcs11.impl with parameters of type AxisSubsetType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAxisSubset(AxisSubsetType newAxisSubset, NotificationChain msgs)voidDocumentRootImpl. 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 ObjectWcs111Switch. caseAxisSubsetType(AxisSubsetType object)Returns the result of interpreting the object as an instance of 'Axis Subset Type'.ObjectWcs11Switch. caseAxisSubsetType(AxisSubsetType object)Returns the result of interpreting the object as an instance of 'Axis Subset Type'.booleanWcs111Validator. validateAxisSubsetType(AxisSubsetType axisSubsetType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. 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 booleanDocumentRootValidator. validateAxisSubset(AxisSubsetType value)
-