Package net.opengis.gml311
Interface RectifiedGridType
-
- All Superinterfaces:
AbstractGeometryType
,AbstractGMLType
,EObject
,GridType
,Notifier
- All Known Implementing Classes:
RectifiedGridTypeImpl
public interface RectifiedGridType extends GridType
A representation of the model object 'Rectified Grid Type'. A rectified grid has an origin and vectors that define its post locations.The following features are supported:
- See Also:
Gml311Package.getRectifiedGridType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<VectorType>
getOffsetVector()
Returns the value of the 'Offset Vector' containment reference list.PointPropertyType
getOrigin()
Returns the value of the 'Origin' containment reference.void
setOrigin(PointPropertyType value)
Sets the value of the 'Origin
' containment reference.-
Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface GridType
getAxisName, getDimension, getLimits, setDimension, setLimits
-
-
-
-
Method Detail
-
getOrigin
PointPropertyType getOrigin()
Returns the value of the 'Origin' containment reference.If the meaning of the 'Origin' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Origin' containment reference.
- See Also:
setOrigin(PointPropertyType)
,Gml311Package.getRectifiedGridType_Origin()
-
setOrigin
void setOrigin(PointPropertyType value)
Sets the value of the 'Origin
' containment reference.- Parameters:
value
- the new value of the 'Origin' containment reference.- See Also:
getOrigin()
-
getOffsetVector
EList<VectorType> getOffsetVector()
Returns the value of the 'Offset Vector' containment reference list. The list contents are of typeVectorType
.If the meaning of the 'Offset Vector' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Offset Vector' containment reference list.
- See Also:
Gml311Package.getRectifiedGridType_OffsetVector()
-
-