Package net.opengis.wps20
Interface BoundingBoxDataType
- 
- All Superinterfaces:
- DataDescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- BoundingBoxDataTypeImpl
 
 public interface BoundingBoxDataType extends DataDescriptionType A representation of the model object 'Bounding Box Data Type'.The following features are supported: - See Also:
- Wps20Package.getBoundingBoxDataType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SupportedCRSType>getSupportedCRS()Returns the value of the 'Supported CRS' containment reference list.- 
Methods inherited from interface DataDescriptionTypegetFormat
 
- 
 
- 
- 
- 
Method Detail- 
getSupportedCRSEList<SupportedCRSType> getSupportedCRS() Returns the value of the 'Supported CRS' containment reference list. The list contents are of typeSupportedCRSType. Supported CRS supported for this Input/Output. "default" shall be used on only one element. This default element identifies the default CRS.- Returns:
- the value of the 'Supported CRS' containment reference list.
- See Also:
- Wps20Package.getBoundingBoxDataType_SupportedCRS()
 
 
- 
 
-