Uses of Interface
net.opengis.wcs10.AxisDescriptionType
-
Packages that use AxisDescriptionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of AxisDescriptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return AxisDescriptionType Modifier and Type Method Description AxisDescriptionTypeWcs10Factory. createAxisDescriptionType()Returns a new object of class 'Axis Description Type'.AxisDescriptionTypeAxisDescriptionType1. getAxisDescription()Returns the value of the 'Axis Description' containment reference.AxisDescriptionTypeDocumentRoot. getAxisDescription1()Returns the value of the 'Axis Description1' containment reference.Methods in net.opengis.wcs10 with parameters of type AxisDescriptionType Modifier and Type Method Description voidAxisDescriptionType1. setAxisDescription(AxisDescriptionType value)Sets the value of the 'Axis Description' containment reference.voidDocumentRoot. setAxisDescription1(AxisDescriptionType value)Sets the value of the 'Axis Description1' containment reference. -
Uses of AxisDescriptionType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AxisDescriptionType Modifier and Type Class Description classAxisDescriptionTypeImplAn implementation of the model object 'Axis Description Type'.Fields in net.opengis.wcs10.impl declared as AxisDescriptionType Modifier and Type Field Description protected AxisDescriptionTypeAxisDescriptionType1Impl. axisDescriptionThe cached value of the 'Axis Description' containment reference.Methods in net.opengis.wcs10.impl that return AxisDescriptionType Modifier and Type Method Description AxisDescriptionTypeWcs10FactoryImpl. createAxisDescriptionType()AxisDescriptionTypeAxisDescriptionType1Impl. getAxisDescription()AxisDescriptionTypeDocumentRootImpl. getAxisDescription1()Methods in net.opengis.wcs10.impl with parameters of type AxisDescriptionType Modifier and Type Method Description NotificationChainAxisDescriptionType1Impl. basicSetAxisDescription(AxisDescriptionType newAxisDescription, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetAxisDescription1(AxisDescriptionType newAxisDescription1, NotificationChain msgs)voidAxisDescriptionType1Impl. setAxisDescription(AxisDescriptionType newAxisDescription)voidDocumentRootImpl. setAxisDescription1(AxisDescriptionType newAxisDescription1) -
Uses of AxisDescriptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AxisDescriptionType Modifier and Type Method Description ObjectWcs10Switch. caseAxisDescriptionType(AxisDescriptionType object)Returns the result of interpreting the object as an instance of 'Axis Description Type'. -
Uses of AxisDescriptionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type AxisDescriptionType Modifier and Type Method Description booleanAxisDescriptionType1Validator. validateAxisDescription(AxisDescriptionType value)booleanDocumentRootValidator. validateAxisDescription1(AxisDescriptionType value)
-