Class CoordinateSystemAxis


  • public class CoordinateSystemAxis
    extends IdentifiedObject
    Internal representation of the OGC GML CoordinateSystemAxis.
    Since:
    1.0.0
    • Method Detail

      • getAxisAbbrev

        public CodeType getAxisAbbrev()
        Returns:
        the axisAbbrev
      • getAxisDirection

        public CodeWithAuthority getAxisDirection()
        Returns:
        the axisDirection
      • getMinimumValue

        public Double getMinimumValue()
        Returns:
        the minimumValue
      • setMinimumValue

        public CoordinateSystemAxis setMinimumValue​(Double minimumValue)
        Parameters:
        minimumValue - the minimumValue to set
      • isSetMinimumValue

        public boolean isSetMinimumValue()
      • getMaximumValue

        public Double getMaximumValue()
        Returns:
        the maximumValue
      • setMaximumValue

        public CoordinateSystemAxis setMaximumValue​(Double maximumValue)
        Parameters:
        maximumValue - the maximumValue to set
      • isSetMaximumValue

        public boolean isSetMaximumValue()
      • getRangeMeaning

        public CodeWithAuthority getRangeMeaning()
        Returns:
        the rangeMeaning
      • isSetRangeMeaning

        public boolean isSetRangeMeaning()
      • getUom

        public String getUom()
        Returns:
        the uom