Uses of Interface
net.opengis.wps10.CRSsType
-
Packages that use CRSsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of CRSsType in net.opengis.wps10
Methods in net.opengis.wps10 that return CRSsType Modifier and Type Method Description CRSsType
Wps10Factory. createCRSsType()
Returns a new object of class 'CR Ss Type'.CRSsType
SupportedCRSsType. getSupported()
Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type CRSsType Modifier and Type Method Description void
SupportedCRSsType. setSupported(CRSsType value)
Sets the value of the 'Supported
' containment reference. -
Uses of CRSsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement CRSsType Modifier and Type Class Description class
CRSsTypeImpl
An implementation of the model object 'CR Ss Type'.Fields in net.opengis.wps10.impl declared as CRSsType Modifier and Type Field Description protected CRSsType
SupportedCRSsTypeImpl. supported
The cached value of the 'Supported
' containment reference.Methods in net.opengis.wps10.impl that return CRSsType Modifier and Type Method Description CRSsType
Wps10FactoryImpl. createCRSsType()
CRSsType
SupportedCRSsTypeImpl. getSupported()
Methods in net.opengis.wps10.impl with parameters of type CRSsType Modifier and Type Method Description NotificationChain
SupportedCRSsTypeImpl. basicSetSupported(CRSsType newSupported, NotificationChain msgs)
void
SupportedCRSsTypeImpl. setSupported(CRSsType newSupported)
-
Uses of CRSsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type CRSsType Modifier and Type Method Description Object
Wps10Switch. caseCRSsType(CRSsType object)
Returns the result of interpreting the object as an instance of 'CR Ss Type'.boolean
Wps10Validator. validateCRSsType(CRSsType crSsType, DiagnosticChain diagnostics, Map context)
-
Uses of CRSsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type CRSsType Modifier and Type Method Description boolean
SupportedCRSsTypeValidator. validateSupported(CRSsType value)
-