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 TypeMethodDescriptionvoidCoverageOfferingType.setSupportedCRSs(SupportedCRSsType value) Sets the value of the 'Supported CR Ss' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wcs10.impl declared as SupportedCRSsTypeModifier and TypeFieldDescriptionprotected SupportedCRSsTypeCoverageOfferingTypeImpl.supportedCRSsThe 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 TypeMethodDescriptionNotificationChainCoverageOfferingTypeImpl.basicSetSupportedCRSs(SupportedCRSsType newSupportedCRSs, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSupportedCRSs(SupportedCRSsType newSupportedCRSs, NotificationChain msgs) voidCoverageOfferingTypeImpl.setSupportedCRSs(SupportedCRSsType newSupportedCRSs) voidDocumentRootImpl.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 TypeMethodDescriptionbooleanCoverageOfferingTypeValidator.validateSupportedCRSs(SupportedCRSsType value) booleanDocumentRootValidator.validateSupportedCRSs(SupportedCRSsType value)