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 TypeMethodDescriptionvoidAxisDescriptionType1.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 AxisDescriptionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Axis Description Type'.Fields in net.opengis.wcs10.impl declared as AxisDescriptionTypeModifier and TypeFieldDescriptionprotected AxisDescriptionTypeAxisDescriptionType1Impl.axisDescriptionThe 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 TypeMethodDescriptionNotificationChainAxisDescriptionType1Impl.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 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 TypeMethodDescriptionbooleanAxisDescriptionType1Validator.validateAxisDescription(AxisDescriptionType value) booleanDocumentRootValidator.validateAxisDescription1(AxisDescriptionType value)