Uses of Interface
net.opengis.wcs10.SupportedCRSsType
Packages that use SupportedCRSsType
Package
Description
-
Uses of SupportedCRSsType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SupportedCRSsTypeModifier and TypeMethodDescriptionWcs10Factory.createSupportedCRSsType()
Returns a new object of class 'Supported CR Ss Type'.CoverageOfferingType.getSupportedCRSs()
Returns the value of the 'Supported CR Ss' containment reference.DocumentRoot.getSupportedCRSs()
Returns the value of the 'Supported CR Ss' containment reference.Methods in net.opengis.wcs10 with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionvoid
CoverageOfferingType.setSupportedCRSs
(SupportedCRSsType value) Sets the value of the 'Supported CR Ss
' containment reference.void
DocumentRoot.setSupportedCRSs
(SupportedCRSsType value) Sets the value of the 'Supported CR Ss
' containment reference. -
Uses of SupportedCRSsType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SupportedCRSsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wcs10.impl declared as SupportedCRSsTypeModifier and TypeFieldDescriptionprotected SupportedCRSsType
CoverageOfferingTypeImpl.supportedCRSs
The cached value of the 'Supported CR Ss
' containment reference.Methods in net.opengis.wcs10.impl that return SupportedCRSsTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createSupportedCRSsType()
CoverageOfferingTypeImpl.getSupportedCRSs()
DocumentRootImpl.getSupportedCRSs()
Methods in net.opengis.wcs10.impl with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionNotificationChain
CoverageOfferingTypeImpl.basicSetSupportedCRSs
(SupportedCRSsType newSupportedCRSs, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSupportedCRSs
(SupportedCRSsType newSupportedCRSs, NotificationChain msgs) void
CoverageOfferingTypeImpl.setSupportedCRSs
(SupportedCRSsType newSupportedCRSs) void
DocumentRootImpl.setSupportedCRSs
(SupportedCRSsType newSupportedCRSs) -
Uses of SupportedCRSsType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionWcs10Switch.caseSupportedCRSsType
(SupportedCRSsType object) Returns the result of interpreting the object as an instance of 'Supported CR Ss Type'. -
Uses of SupportedCRSsType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionboolean
CoverageOfferingTypeValidator.validateSupportedCRSs
(SupportedCRSsType value) boolean
DocumentRootValidator.validateSupportedCRSs
(SupportedCRSsType value)