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 AxisDescriptionType1
Wcs10Factory. createAxisDescriptionType1()
Returns a new object of class 'Axis Description Type1'.AxisDescriptionType1
DocumentRoot. 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 void
DocumentRoot. 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 class
AxisDescriptionType1Impl
An implementation of the model object 'Axis Description Type1'.Methods in net.opengis.wcs10.impl that return AxisDescriptionType1 Modifier and Type Method Description AxisDescriptionType1
Wcs10FactoryImpl. createAxisDescriptionType1()
AxisDescriptionType1
DocumentRootImpl. getAxisDescription()
Methods in net.opengis.wcs10.impl with parameters of type AxisDescriptionType1 Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAxisDescription(AxisDescriptionType1 newAxisDescription, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateAxisDescription(AxisDescriptionType1 value)
-