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 AxisDescriptionType
Wcs10Factory. createAxisDescriptionType()
Returns a new object of class 'Axis Description Type'.AxisDescriptionType
AxisDescriptionType1. getAxisDescription()
Returns the value of the 'Axis Description' containment reference.AxisDescriptionType
DocumentRoot. 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 void
AxisDescriptionType1. setAxisDescription(AxisDescriptionType value)
Sets the value of the 'Axis Description
' containment reference.void
DocumentRoot. 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 class
AxisDescriptionTypeImpl
An implementation of the model object 'Axis Description Type'.Fields in net.opengis.wcs10.impl declared as AxisDescriptionType Modifier and Type Field Description protected AxisDescriptionType
AxisDescriptionType1Impl. axisDescription
The cached value of the 'Axis Description
' containment reference.Methods in net.opengis.wcs10.impl that return AxisDescriptionType Modifier and Type Method Description AxisDescriptionType
Wcs10FactoryImpl. createAxisDescriptionType()
AxisDescriptionType
AxisDescriptionType1Impl. getAxisDescription()
AxisDescriptionType
DocumentRootImpl. getAxisDescription1()
Methods in net.opengis.wcs10.impl with parameters of type AxisDescriptionType Modifier and Type Method Description NotificationChain
AxisDescriptionType1Impl. basicSetAxisDescription(AxisDescriptionType newAxisDescription, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetAxisDescription1(AxisDescriptionType newAxisDescription1, NotificationChain msgs)
void
AxisDescriptionType1Impl. setAxisDescription(AxisDescriptionType newAxisDescription)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
AxisDescriptionType1Validator. validateAxisDescription(AxisDescriptionType value)
boolean
DocumentRootValidator. validateAxisDescription1(AxisDescriptionType value)
-