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 SupportedCRSsType
Wcs10Factory. createSupportedCRSsType()
Returns a new object of class 'Supported CR Ss Type'.SupportedCRSsType
CoverageOfferingType. getSupportedCRSs()
Returns the value of the 'Supported CR Ss' containment reference.SupportedCRSsType
DocumentRoot. 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 void
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 SupportedCRSsType Modifier and Type Class Description class
SupportedCRSsTypeImpl
An implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wcs10.impl declared as SupportedCRSsType Modifier and Type Field Description protected SupportedCRSsType
CoverageOfferingTypeImpl. supportedCRSs
The cached value of the 'Supported CR Ss
' containment reference.Methods in net.opengis.wcs10.impl that return SupportedCRSsType Modifier and Type Method Description SupportedCRSsType
Wcs10FactoryImpl. createSupportedCRSsType()
SupportedCRSsType
CoverageOfferingTypeImpl. getSupportedCRSs()
SupportedCRSsType
DocumentRootImpl. getSupportedCRSs()
Methods in net.opengis.wcs10.impl with parameters of type SupportedCRSsType Modifier and Type Method Description NotificationChain
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 SupportedCRSsType Modifier and Type Method Description Object
Wcs10Switch. 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 boolean
CoverageOfferingTypeValidator. validateSupportedCRSs(SupportedCRSsType value)
boolean
DocumentRootValidator. validateSupportedCRSs(SupportedCRSsType value)
-