Uses of Interface
net.opengis.wcs10.AxisDescriptionType
Packages that use AxisDescriptionType
Package
Description
-
Uses of AxisDescriptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return AxisDescriptionTypeModifier and TypeMethodDescriptionWcs10Factory.createAxisDescriptionType()
Returns a new object of class 'Axis Description Type'.AxisDescriptionType1.getAxisDescription()
Returns the value of the 'Axis Description' containment reference.DocumentRoot.getAxisDescription1()
Returns the value of the 'Axis Description1' containment reference.Methods in net.opengis.wcs10 with parameters of type AxisDescriptionTypeModifier and TypeMethodDescriptionvoid
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 AxisDescriptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Axis Description Type'.Fields in net.opengis.wcs10.impl declared as AxisDescriptionTypeModifier and TypeFieldDescriptionprotected AxisDescriptionType
AxisDescriptionType1Impl.axisDescription
The cached value of the 'Axis Description
' containment reference.Methods in net.opengis.wcs10.impl that return AxisDescriptionTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createAxisDescriptionType()
AxisDescriptionType1Impl.getAxisDescription()
DocumentRootImpl.getAxisDescription1()
Methods in net.opengis.wcs10.impl with parameters of type AxisDescriptionTypeModifier and TypeMethodDescriptionNotificationChain
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 AxisDescriptionTypeModifier and TypeMethodDescriptionWcs10Switch.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 AxisDescriptionTypeModifier and TypeMethodDescriptionboolean
AxisDescriptionType1Validator.validateAxisDescription
(AxisDescriptionType value) boolean
DocumentRootValidator.validateAxisDescription1
(AxisDescriptionType value)