Package net.opengis.gml311
Interface CoordinateSystemAxisType
- All Superinterfaces:
- AbstractGMLType,- CoordinateSystemAxisBaseType,- DefinitionType,- EObject,- Notifier
- All Known Implementing Classes:
- CoordinateSystemAxisTypeImpl
 A representation of the model object 'Coordinate System Axis Type'.
 
 
 Definition of a coordinate system axis. 
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Axis Abbrev' containment reference.Returns the value of the 'Axis Direction' containment reference.EList<IdentifierType>Returns the value of the 'Axis ID' containment reference list.Returns the value of the 'Remarks' containment reference.getUom()Returns the value of the 'Uom' attribute.voidsetAxisAbbrev(CodeType value) Sets the value of the 'Axis Abbrev' containment reference.voidsetAxisDirection(CodeType value) Sets the value of the 'Axis Direction' containment reference.voidsetRemarks(StringOrRefType value) Sets the value of the 'Remarks' containment reference.voidSets the value of the 'Uom' attribute.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getAxisIDEList<IdentifierType> getAxisID()Returns the value of the 'Axis ID' containment reference list. The list contents are of typeIdentifierType. Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Axis ID' containment reference list.
- See Also:
 
- 
getRemarksStringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this coordinate system axis, including data source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
 
- 
setRemarksSets the value of the 'Remarks' containment reference.- Parameters:
- value- the new value of the 'Remarks' containment reference.
- See Also:
 
- 
getAxisAbbrevCodeType getAxisAbbrev()Returns the value of the 'Axis Abbrev' containment reference. The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y. The codeSpace attribute can reference a source of more information on a set of standardized abbreviations, or on this abbreviation.- Returns:
- the value of the 'Axis Abbrev' containment reference.
- See Also:
 
- 
setAxisAbbrevSets the value of the 'Axis Abbrev' containment reference.- Parameters:
- value- the new value of the 'Axis Abbrev' containment reference.
- See Also:
 
- 
getAxisDirectionCodeType getAxisDirection()Returns the value of the 'Axis Direction' containment reference. Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axes, only one of each pair of terms can be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. Note that an EngineeringCRS can include specific descriptions of the directions of its coordinate system axes. For example, the path of a linear CRS axis can be referenced in another document, such as referencing a GML feature that references or includes a curve geometry. The codeSpace attribute can reference a source of more information on a set of standardized directions, or on this direction.- Returns:
- the value of the 'Axis Direction' containment reference.
- See Also:
 
- 
setAxisDirectionSets the value of the 'Axis Direction' containment reference.- Parameters:
- value- the new value of the 'Axis Direction' containment reference.
- See Also:
 
- 
getUomString getUom()Returns the value of the 'Uom' attribute. Identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.- Returns:
- the value of the 'Uom' attribute.
- See Also:
 
- 
setUomSets the value of the 'Uom' attribute.- Parameters:
- value- the new value of the 'Uom' attribute.
- See Also:
 
 
-