Package net.opengis.gml311
Interface RectifiedGridType
- All Superinterfaces:
AbstractGeometryType
,AbstractGMLType
,EObject
,GridType
,Notifier
- All Known Implementing Classes:
RectifiedGridTypeImpl
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:
-
Method Summary
Modifier and TypeMethodDescriptionEList<VectorType>
Returns the value of the 'Offset Vector' containment reference list.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
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Origin
' containment reference.- Parameters:
value
- the new value of the 'Origin' containment reference.- See Also:
-
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:
-