Package net.opengis.gml
Interface RectifiedGridType
- All Superinterfaces:
AbstractGeometryBaseType,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
Methods inherited from interface AbstractGeometryType
getSrsName, setSrsNameMethods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescriptionMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface GridType
getAxisName, getDimension, getLimits, setDimension, setLimitsMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOrigin
PointType 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 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:
-