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 TypeMethodDescriptionvoidInputDescriptionType.setBoundingBoxData(SupportedCRSsType value) Sets the value of the 'Bounding Box Data' containment reference.voidOutputDescriptionType.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 TypeClassDescriptionclassAn implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wps10.impl declared as SupportedCRSsTypeModifier and TypeFieldDescriptionprotected SupportedCRSsTypeInputDescriptionTypeImpl.boundingBoxDataThe cached value of the 'Bounding Box Data' containment reference.protected SupportedCRSsTypeOutputDescriptionTypeImpl.boundingBoxOutputThe 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 TypeMethodDescriptionNotificationChainInputDescriptionTypeImpl.basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs) NotificationChainOutputDescriptionTypeImpl.basicSetBoundingBoxOutput(SupportedCRSsType newBoundingBoxOutput, NotificationChain msgs) voidInputDescriptionTypeImpl.setBoundingBoxData(SupportedCRSsType newBoundingBoxData) voidOutputDescriptionTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanInputDescriptionTypeValidator.validateBoundingBoxData(SupportedCRSsType value) booleanOutputDescriptionTypeValidator.validateBoundingBoxOutput(SupportedCRSsType value)