Uses of Interface
net.opengis.wcs10.AxisDescriptionType1
-
Packages that use AxisDescriptionType1 Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of AxisDescriptionType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return AxisDescriptionType1 Modifier and Type Method Description AxisDescriptionType1Wcs10Factory. createAxisDescriptionType1()Returns a new object of class 'Axis Description Type1'.AxisDescriptionType1DocumentRoot. getAxisDescription()Returns the value of the 'Axis Description' containment reference.Methods in net.opengis.wcs10 with parameters of type AxisDescriptionType1 Modifier and Type Method Description voidDocumentRoot. setAxisDescription(AxisDescriptionType1 value)Sets the value of the 'Axis Description' containment reference. -
Uses of AxisDescriptionType1 in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AxisDescriptionType1 Modifier and Type Class Description classAxisDescriptionType1ImplAn implementation of the model object 'Axis Description Type1'.Methods in net.opengis.wcs10.impl that return AxisDescriptionType1 Modifier and Type Method Description AxisDescriptionType1Wcs10FactoryImpl. createAxisDescriptionType1()AxisDescriptionType1DocumentRootImpl. getAxisDescription()Methods in net.opengis.wcs10.impl with parameters of type AxisDescriptionType1 Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAxisDescription(AxisDescriptionType1 newAxisDescription, NotificationChain msgs)voidDocumentRootImpl. setAxisDescription(AxisDescriptionType1 newAxisDescription) -
Uses of AxisDescriptionType1 in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AxisDescriptionType1 Modifier and Type Method Description ObjectWcs10Switch. caseAxisDescriptionType1(AxisDescriptionType1 object)Returns the result of interpreting the object as an instance of 'Axis Description Type1'. -
Uses of AxisDescriptionType1 in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type AxisDescriptionType1 Modifier and Type Method Description booleanDocumentRootValidator. validateAxisDescription(AxisDescriptionType1 value)
-