Class SmlLocation


  • public class SmlLocation
    extends Object
    SOS internal representation of SensorML location
    Since:
    1.0.0
    • Constructor Detail

      • SmlLocation

        public SmlLocation​(org.locationtech.jts.geom.Point point)
        constructor
        Parameters:
        point - Point
    • Method Detail

      • getPoint

        public org.locationtech.jts.geom.Point getPoint()
        Returns:
        the point
      • isSetPoint

        public boolean isSetPoint()
        Returns:
        if the point is set
      • setPoint

        public void setPoint​(org.locationtech.jts.geom.Point point)
        Parameters:
        point - Point