|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpatialDomainType
A representation of the model object 'Spatial Domain Type'. Definition of the spatial domain of a coverage.
The following features are supported:
Wcs111Package.getSpatialDomainType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list. |
org.eclipse.emf.ecore.util.FeatureMap |
getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list. |
GridCrsType |
getGridCRS()
Returns the value of the 'Grid CRS' containment reference. |
ImageCRSRefType |
getImageCRS()
Returns the value of the 'Image CRS' containment reference. |
org.eclipse.emf.common.util.EList |
getPolygon()
Returns the value of the 'Polygon' attribute list. |
java.lang.Object |
getTransformation()
Returns the value of the 'Transformation' attribute. |
void |
setGridCRS(GridCrsType value)
Sets the value of the ' Grid CRS ' containment reference. |
void |
setImageCRS(ImageCRSRefType value)
Sets the value of the ' Image CRS ' containment reference. |
void |
setTransformation(java.lang.Object value)
Sets the value of the ' Transformation ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getBoundingBoxGroup()
FeatureMap.Entry
.
The first bounding box shall exactly specify the spatial domain of the offered coverage in the CRS of that offered coverage, thus specifying the available grid row and column indices. For a georectified coverage (that has a GridCRS), this bounding box shall specify the spatial domain in that GridCRS. For an image that is not georectified, this bounding box shall specify the spatial domain in the ImageCRS of that image, whether or not that image is georeferenced.
Additional bounding boxes, if any, shall specify the spatial domain in other CRSs. One bounding box could simply duplicate the information in the ows:WGS84BoundingBox; but the intent is to describe the spatial domain in more detail (e.g., in several different CRSs, or several rectangular areas instead of one overall bounding box). Multiple bounding boxes with the same CRS shall be interpreted as an unordered list of bounding boxes whose union covers spatial domain of this coverage. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.
Wcs111Package.getSpatialDomainType_BoundingBoxGroup()
org.eclipse.emf.common.util.EList getBoundingBox()
BoundingBoxType
.
The first bounding box shall exactly specify the spatial domain of the offered coverage in the CRS of that offered coverage, thus specifying the available grid row and column indices. For a georectified coverage (that has a GridCRS), this bounding box shall specify the spatial domain in that GridCRS. For an image that is not georectified, this bounding box shall specify the spatial domain in the ImageCRS of that image, whether or not that image is georeferenced.
Additional bounding boxes, if any, shall specify the spatial domain in other CRSs. One bounding box could simply duplicate the information in the ows:WGS84BoundingBox; but the intent is to describe the spatial domain in more detail (e.g., in several different CRSs, or several rectangular areas instead of one overall bounding box). Multiple bounding boxes with the same CRS shall be interpreted as an unordered list of bounding boxes whose union covers spatial domain of this coverage. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.
Wcs111Package.getSpatialDomainType_BoundingBox()
GridCrsType getGridCRS()
setGridCRS(GridCrsType)
,
Wcs111Package.getSpatialDomainType_GridCRS()
void setGridCRS(GridCrsType value)
Grid CRS
' containment reference.
value
- the new value of the 'Grid CRS' containment reference.getGridCRS()
java.lang.Object getTransformation()
setTransformation(Object)
,
Wcs111Package.getSpatialDomainType_Transformation()
void setTransformation(java.lang.Object value)
Transformation
' attribute.
value
- the new value of the 'Transformation' attribute.getTransformation()
ImageCRSRefType getImageCRS()
setImageCRS(ImageCRSRefType)
,
Wcs111Package.getSpatialDomainType_ImageCRS()
void setImageCRS(ImageCRSRefType value)
Image CRS
' containment reference.
value
- the new value of the 'Image CRS' containment reference.getImageCRS()
org.eclipse.emf.common.util.EList getPolygon()
Object
.
Unordered list of polygons which more accurately describe the coverage spatial domain in various CRSs. Polygons are particularly useful for areas that are poorly approximated by a BoundingBox (such as satellite image swaths, island groups, other non-convex areas).
Wcs111Package.getSpatialDomainType_Polygon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |