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 SupportedCRSsTypeWps10Factory. createSupportedCRSsType()Returns a new object of class 'Supported CR Ss Type'.SupportedCRSsTypeInputDescriptionType. getBoundingBoxData()Returns the value of the 'Bounding Box Data' containment reference.SupportedCRSsTypeOutputDescriptionType. 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 voidInputDescriptionType. 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 SupportedCRSsType Modifier and Type Class Description classSupportedCRSsTypeImplAn implementation of the model object 'Supported CR Ss Type'.Fields in net.opengis.wps10.impl declared as SupportedCRSsType Modifier and Type Field Description protected 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 SupportedCRSsType Modifier and Type Method Description SupportedCRSsTypeWps10FactoryImpl. createSupportedCRSsType()SupportedCRSsTypeInputDescriptionTypeImpl. getBoundingBoxData()SupportedCRSsTypeOutputDescriptionTypeImpl. getBoundingBoxOutput()Methods in net.opengis.wps10.impl with parameters of type SupportedCRSsType Modifier and Type Method Description NotificationChainInputDescriptionTypeImpl. 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 SupportedCRSsType Modifier and Type Method Description ObjectWps10Switch. 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 SupportedCRSsType Modifier and Type Method Description booleanInputDescriptionTypeValidator. validateBoundingBoxData(SupportedCRSsType value)booleanOutputDescriptionTypeValidator. validateBoundingBoxOutput(SupportedCRSsType value)
-