Uses of Interface
net.opengis.wcs10.SupportedCRSsType
-
Packages that use SupportedCRSsType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of SupportedCRSsType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SupportedCRSsType Modifier and Type Method Description SupportedCRSsTypeWcs10Factory. createSupportedCRSsType()Returns a new object of class 'Supported CR Ss Type'.SupportedCRSsTypeCoverageOfferingType. getSupportedCRSs()Returns the value of the 'Supported CR Ss' containment reference.SupportedCRSsTypeDocumentRoot. getSupportedCRSs()Returns the value of the 'Supported CR Ss' containment reference.Methods in net.opengis.wcs10 with parameters of type SupportedCRSsType Modifier and Type Method Description voidCoverageOfferingType. 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 SupportedCRSsType Modifier and Type Class Description classSupportedCRSsTypeImplAn implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wcs10.impl declared as SupportedCRSsType Modifier and Type Field Description protected SupportedCRSsTypeCoverageOfferingTypeImpl. supportedCRSsThe cached value of the 'Supported CR Ss' containment reference.Methods in net.opengis.wcs10.impl that return SupportedCRSsType Modifier and Type Method Description SupportedCRSsTypeWcs10FactoryImpl. createSupportedCRSsType()SupportedCRSsTypeCoverageOfferingTypeImpl. getSupportedCRSs()SupportedCRSsTypeDocumentRootImpl. getSupportedCRSs()Methods in net.opengis.wcs10.impl with parameters of type SupportedCRSsType Modifier and Type Method Description NotificationChainCoverageOfferingTypeImpl. 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 SupportedCRSsType Modifier and Type Method Description ObjectWcs10Switch. 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 SupportedCRSsType Modifier and Type Method Description booleanCoverageOfferingTypeValidator. validateSupportedCRSs(SupportedCRSsType value)booleanDocumentRootValidator. validateSupportedCRSs(SupportedCRSsType value)
-