Uses of Interface
net.opengis.wps20.SupportedCRSType
-
Packages that use SupportedCRSType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of SupportedCRSType in net.opengis.wps20
Methods in net.opengis.wps20 that return SupportedCRSType Modifier and Type Method Description SupportedCRSType
Wps20Factory. createSupportedCRSType()
Returns a new object of class 'Supported CRS Type'.SupportedCRSType
DocumentRoot. getSupportedCRS()
Returns the value of the 'Supported CRS' containment reference.Methods in net.opengis.wps20 that return types with arguments of type SupportedCRSType Modifier and Type Method Description EList<SupportedCRSType>
BoundingBoxDataType. getSupportedCRS()
Returns the value of the 'Supported CRS' containment reference list.Methods in net.opengis.wps20 with parameters of type SupportedCRSType Modifier and Type Method Description void
DocumentRoot. setSupportedCRS(SupportedCRSType value)
Sets the value of the 'Supported CRS
' containment reference. -
Uses of SupportedCRSType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement SupportedCRSType Modifier and Type Class Description class
SupportedCRSTypeImpl
An implementation of the model object 'Supported CRS Type'.Fields in net.opengis.wps20.impl with type parameters of type SupportedCRSType Modifier and Type Field Description protected EList<SupportedCRSType>
BoundingBoxDataTypeImpl. supportedCRS
The cached value of the 'Supported CRS
' containment reference list.Methods in net.opengis.wps20.impl that return SupportedCRSType Modifier and Type Method Description SupportedCRSType
Wps20FactoryImpl. createSupportedCRSType()
SupportedCRSType
DocumentRootImpl. getSupportedCRS()
Methods in net.opengis.wps20.impl that return types with arguments of type SupportedCRSType Modifier and Type Method Description EList<SupportedCRSType>
BoundingBoxDataTypeImpl. getSupportedCRS()
Methods in net.opengis.wps20.impl with parameters of type SupportedCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSupportedCRS(SupportedCRSType newSupportedCRS, NotificationChain msgs)
void
DocumentRootImpl. setSupportedCRS(SupportedCRSType newSupportedCRS)
-
Uses of SupportedCRSType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type SupportedCRSType Modifier and Type Method Description T
Wps20Switch. caseSupportedCRSType(SupportedCRSType object)
Returns the result of interpreting the object as an instance of 'Supported CRS Type'.boolean
Wps20Validator. validateSupportedCRSType(SupportedCRSType supportedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-