Uses of Interface
net.opengis.wps10.SupportedCRSsType
-
Packages that use SupportedCRSsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of SupportedCRSsType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedCRSsType Modifier and Type Method Description SupportedCRSsType
Wps10Factory. createSupportedCRSsType()
Returns a new object of class 'Supported CR Ss Type'.SupportedCRSsType
InputDescriptionType. getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference.SupportedCRSsType
OutputDescriptionType. getBoundingBoxOutput()
Returns the value of the 'Bounding Box Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedCRSsType Modifier and Type Method Description void
InputDescriptionType. setBoundingBoxData(SupportedCRSsType value)
Sets the value of the 'Bounding Box Data
' containment reference.void
OutputDescriptionType. setBoundingBoxOutput(SupportedCRSsType value)
Sets the value of the 'Bounding Box Output
' containment reference. -
Uses of SupportedCRSsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.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.wps10.impl declared as SupportedCRSsType Modifier and Type Field Description protected SupportedCRSsType
InputDescriptionTypeImpl. boundingBoxData
The cached value of the 'Bounding Box Data
' containment reference.protected SupportedCRSsType
OutputDescriptionTypeImpl. boundingBoxOutput
The cached value of the 'Bounding Box Output
' containment reference.Methods in net.opengis.wps10.impl that return SupportedCRSsType Modifier and Type Method Description SupportedCRSsType
Wps10FactoryImpl. createSupportedCRSsType()
SupportedCRSsType
InputDescriptionTypeImpl. getBoundingBoxData()
SupportedCRSsType
OutputDescriptionTypeImpl. getBoundingBoxOutput()
Methods in net.opengis.wps10.impl with parameters of type SupportedCRSsType Modifier and Type Method Description NotificationChain
InputDescriptionTypeImpl. basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs)
NotificationChain
OutputDescriptionTypeImpl. basicSetBoundingBoxOutput(SupportedCRSsType newBoundingBoxOutput, NotificationChain msgs)
void
InputDescriptionTypeImpl. setBoundingBoxData(SupportedCRSsType newBoundingBoxData)
void
OutputDescriptionTypeImpl. setBoundingBoxOutput(SupportedCRSsType newBoundingBoxOutput)
-
Uses of SupportedCRSsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type SupportedCRSsType Modifier and Type Method Description Object
Wps10Switch. caseSupportedCRSsType(SupportedCRSsType object)
Returns the result of interpreting the object as an instance of 'Supported CR Ss Type'.boolean
Wps10Validator. validateSupportedCRSsType(SupportedCRSsType supportedCRSsType, DiagnosticChain diagnostics, Map context)
-
Uses of SupportedCRSsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type SupportedCRSsType Modifier and Type Method Description boolean
InputDescriptionTypeValidator. validateBoundingBoxData(SupportedCRSsType value)
boolean
OutputDescriptionTypeValidator. validateBoundingBoxOutput(SupportedCRSsType value)
-