|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridCrsType
A representation of the model object 'Grid Crs Type'. Definition of a coordinate reference system (CRS) for a quadrilateral grid that is defined in another CRS, where this grid is defined by its coordinate Conversion from the other CRS. This GridCRS is not a ProjectedCRS. However, like a ProjectedCRS, the coordinate system used is Cartesian. This GridCRS can use any type of baseCRS, including GeographicCRS, ProjectedCRS, ImageCRS, or a different GridCRS. This GridCRS is a simplification and specialization of a gml:DerivedCRS. All elements and attributes not required to define this GridCRS are optional.
The following features are supported:
Wcs111Package.getGridCrsType()
Method Summary | |
---|---|
java.lang.String |
getGridBaseCRS()
Returns the value of the 'Grid Base CRS' attribute. |
java.lang.String |
getGridCS()
Returns the value of the 'Grid CS' attribute. |
java.lang.Object |
getGridOffsets()
Returns the value of the 'Grid Offsets' attribute. |
java.lang.Object |
getGridOrigin()
Returns the value of the 'Grid Origin' attribute. |
java.lang.String |
getGridType()
Returns the value of the 'Grid Type' attribute. |
java.lang.Object |
getId()
Returns the value of the 'Id' attribute. |
java.lang.Object |
getSrsName()
Returns the value of the 'Srs Name' attribute. |
boolean |
isSetGridCS()
Returns whether the value of the ' Grid CS ' attribute is set. |
boolean |
isSetGridOrigin()
Returns whether the value of the ' Grid Origin ' attribute is set. |
boolean |
isSetGridType()
Returns whether the value of the ' Grid Type ' attribute is set. |
void |
setGridBaseCRS(java.lang.String value)
Sets the value of the ' Grid Base CRS ' attribute. |
void |
setGridCS(java.lang.String value)
Sets the value of the ' Grid CS ' attribute. |
void |
setGridOffsets(java.lang.Object value)
Sets the value of the ' Grid Offsets ' attribute. |
void |
setGridOrigin(java.lang.Object value)
Sets the value of the ' Grid Origin ' attribute. |
void |
setGridType(java.lang.String value)
Sets the value of the ' Grid Type ' attribute. |
void |
setId(java.lang.Object value)
Sets the value of the ' Id ' attribute. |
void |
setSrsName(java.lang.Object value)
Sets the value of the ' Srs Name ' attribute. |
void |
unsetGridCS()
Unsets the value of the ' Grid CS ' attribute. |
void |
unsetGridOrigin()
Unsets the value of the ' Grid Origin ' attribute. |
void |
unsetGridType()
Unsets the value of the ' Grid Type ' 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 |
---|
java.lang.Object getSrsName()
If the meaning of the 'Srs Name' attribute isn't clear, there really should be more of a description here...
setSrsName(Object)
,
Wcs111Package.getGridCrsType_SrsName()
void setSrsName(java.lang.Object value)
Srs Name
' attribute.
value
- the new value of the 'Srs Name' attribute.getSrsName()
java.lang.String getGridBaseCRS()
setGridBaseCRS(String)
,
Wcs111Package.getGridCrsType_GridBaseCRS()
void setGridBaseCRS(java.lang.String value)
Grid Base CRS
' attribute.
value
- the new value of the 'Grid Base CRS' attribute.getGridBaseCRS()
java.lang.String getGridType()
"urn:ogc:def:method:WCS:1.1:2dSimpleGrid"
.
When this GridType reference is omitted, the OperationMethod shall be the most commonly used method in a GridCRS, which is referenced by the default URN "urn:ogc:def:method:WCS:1.1:2dSimpleGrid".
isSetGridType()
,
unsetGridType()
,
setGridType(String)
,
Wcs111Package.getGridCrsType_GridType()
void setGridType(java.lang.String value)
Grid Type
' attribute.
value
- the new value of the 'Grid Type' attribute.isSetGridType()
,
unsetGridType()
,
getGridType()
void unsetGridType()
Grid Type
' attribute.
isSetGridType()
,
getGridType()
,
setGridType(String)
boolean isSetGridType()
Grid Type
' attribute is set.
unsetGridType()
,
getGridType()
,
setGridType(String)
java.lang.Object getGridOrigin()
"0 0"
.
When this GridOrigin position is omitted, the origin defaults be the most commonly used origin in a GridCRS used in the output part of a GetCapabilities operation request, namely "0 0".
isSetGridOrigin()
,
unsetGridOrigin()
,
setGridOrigin(Object)
,
Wcs111Package.getGridCrsType_GridOrigin()
void setGridOrigin(java.lang.Object value)
Grid Origin
' attribute.
value
- the new value of the 'Grid Origin' attribute.isSetGridOrigin()
,
unsetGridOrigin()
,
getGridOrigin()
void unsetGridOrigin()
Grid Origin
' attribute.
isSetGridOrigin()
,
getGridOrigin()
,
setGridOrigin(Object)
boolean isSetGridOrigin()
Grid Origin
' attribute is set.
unsetGridOrigin()
,
getGridOrigin()
,
setGridOrigin(Object)
java.lang.Object getGridOffsets()
setGridOffsets(Object)
,
Wcs111Package.getGridCrsType_GridOffsets()
void setGridOffsets(java.lang.Object value)
Grid Offsets
' attribute.
value
- the new value of the 'Grid Offsets' attribute.getGridOffsets()
java.lang.String getGridCS()
"urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS"
.
When this GridCS reference is omitted, the GridCS defaults to the most commonly used grid coordinate system, which is referenced by the URN "urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS".
isSetGridCS()
,
unsetGridCS()
,
setGridCS(String)
,
Wcs111Package.getGridCrsType_GridCS()
void setGridCS(java.lang.String value)
Grid CS
' attribute.
value
- the new value of the 'Grid CS' attribute.isSetGridCS()
,
unsetGridCS()
,
getGridCS()
void unsetGridCS()
Grid CS
' attribute.
isSetGridCS()
,
getGridCS()
,
setGridCS(String)
boolean isSetGridCS()
Grid CS
' attribute is set.
unsetGridCS()
,
getGridCS()
,
setGridCS(String)
java.lang.Object getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(Object)
,
Wcs111Package.getGridCrsType_Id()
void setId(java.lang.Object value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |