Uses of Interface
net.opengis.wps10.SupportedCRSsType
Packages that use SupportedCRSsType
Package
Description
-
Uses of SupportedCRSsType in net.opengis.wps10
Methods in net.opengis.wps10 that return SupportedCRSsTypeModifier and TypeMethodDescriptionWps10Factory.createSupportedCRSsType()
Returns a new object of class 'Supported CR Ss Type'.InputDescriptionType.getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference.OutputDescriptionType.getBoundingBoxOutput()
Returns the value of the 'Bounding Box Output' containment reference.Methods in net.opengis.wps10 with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionvoid
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 SupportedCRSsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wps10.impl declared as SupportedCRSsTypeModifier and TypeFieldDescriptionprotected 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 SupportedCRSsTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createSupportedCRSsType()
InputDescriptionTypeImpl.getBoundingBoxData()
OutputDescriptionTypeImpl.getBoundingBoxOutput()
Methods in net.opengis.wps10.impl with parameters of type SupportedCRSsTypeModifier and TypeMethodDescriptionNotificationChain
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 SupportedCRSsTypeModifier and TypeMethodDescriptionWps10Switch.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 SupportedCRSsTypeModifier and TypeMethodDescriptionboolean
InputDescriptionTypeValidator.validateBoundingBoxData
(SupportedCRSsType value) boolean
OutputDescriptionTypeValidator.validateBoundingBoxOutput
(SupportedCRSsType value)