Interface CoordinateSystemAxisType

    • Method Detail

      • getAxisID

        EList<IdentifierType> getAxisID()
        Returns the value of the 'Axis ID' containment reference list. The list contents are of type IdentifierType. 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:
        Gml311Package.getCoordinateSystemAxisType_AxisID()
      • setRemarks

        void setRemarks​(StringOrRefType value)
        Sets the value of the 'Remarks' containment reference.
        Parameters:
        value - the new value of the 'Remarks' containment reference.
        See Also:
        getRemarks()
      • getAxisAbbrev

        CodeType 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:
        setAxisAbbrev(CodeType), Gml311Package.getCoordinateSystemAxisType_AxisAbbrev()
      • setAxisAbbrev

        void setAxisAbbrev​(CodeType value)
        Sets the value of the 'Axis Abbrev' containment reference.
        Parameters:
        value - the new value of the 'Axis Abbrev' containment reference.
        See Also:
        getAxisAbbrev()
      • getAxisDirection

        CodeType 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:
        setAxisDirection(CodeType), Gml311Package.getCoordinateSystemAxisType_AxisDirection()
      • setAxisDirection

        void setAxisDirection​(CodeType value)
        Sets the value of the 'Axis Direction' containment reference.
        Parameters:
        value - the new value of the 'Axis Direction' containment reference.
        See Also:
        getAxisDirection()
      • getUom

        String 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:
        setUom(String), Gml311Package.getCoordinateSystemAxisType_Uom()
      • setUom

        void setUom​(String value)
        Sets the value of the 'Uom' attribute.
        Parameters:
        value - the new value of the 'Uom' attribute.
        See Also:
        getUom()