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 SummaryMethods inherited from interface AbstractGeometryTypegetSrsName, setSrsNameMethods inherited from interface AbstractGMLTypegetDescription, getMetaDataProperty, getName, setDescriptionMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface GridTypegetAxisName, getDimension, getLimits, setDimension, setLimitsMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getOriginPointType 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:
 
- 
setOriginSets the value of the 'Origin' containment reference.- Parameters:
- value- the new value of the 'Origin' containment reference.
- See Also:
 
- 
getOffsetVectorEList 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:
 
 
-