Uses of Interface
net.opengis.wps10.SupportedCRSsType

Packages that use SupportedCRSsType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
 

Uses of SupportedCRSsType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return SupportedCRSsType
 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
 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
 class SupportedCRSsTypeImpl
          An implementation of the model object 'Supported CR Ss Type'.
 

Fields in net.opengis.wps10.impl declared as SupportedCRSsType
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
 SupportedCRSsType Wps10FactoryImpl.createSupportedCRSsType()
           
 SupportedCRSsType InputDescriptionTypeImpl.getBoundingBoxData()
           
 SupportedCRSsType OutputDescriptionTypeImpl.getBoundingBoxOutput()
           
 

Methods in net.opengis.wps10.impl with parameters of type SupportedCRSsType
 org.eclipse.emf.common.notify.NotificationChain InputDescriptionTypeImpl.basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OutputDescriptionTypeImpl.basicSetBoundingBoxOutput(SupportedCRSsType newBoundingBoxOutput, org.eclipse.emf.common.notify.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
 java.lang.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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.