|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CS_CoordinateSystemAxis", specification=ISO_19111) public interface CoordinateSystemAxis
Definition of a coordinate system axis. See axis name constraints.
CoordinateSystem
,
Unit
Field Summary |
---|
Fields inherited from interface IdentifiedObject |
---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Method Summary | |
---|---|
String |
getAbbreviation()
The abbreviation used for this coordinate system axes. |
AxisDirection |
getDirection()
Direction of this coordinate system axis. |
double |
getMaximumValue()
Returns the maximum value normally allowed for this axis, in the unit of measure for the axis. |
double |
getMinimumValue()
Returns the minimum value normally allowed for this axis, in the unit of measure for the axis. |
RangeMeaning |
getRangeMeaning()
Returns the meaning of axis value range specified by the minimum and maximum values. |
Unit |
getUnit()
The unit of measure used for this coordinate system axis. |
Methods inherited from interface IdentifiedObject |
---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
Method Detail |
---|
@UML(identifier="axisAbbrev", obligation=MANDATORY, specification=ISO_19111) String getAbbreviation()
@UML(identifier="axisDirection", obligation=MANDATORY, specification=ISO_19111) AxisDirection getDirection()
EngineeringCRS
often requires
specific descriptions of the directions of its coordinate system axes.
@UML(identifier="minimumValue", obligation=OPTIONAL, specification=ISO_19111) double getMinimumValue()
@UML(identifier="maximumValue", obligation=OPTIONAL, specification=ISO_19111) double getMaximumValue()
@UML(identifier="rangeMeaning", obligation=CONDITIONAL, specification=ISO_19111) RangeMeaning getRangeMeaning()
@UML(identifier="axisUnitID", obligation=MANDATORY, specification=ISO_19111) Unit getUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |