Class SmlLocation
- java.lang.Object
-
- org.n52.shetland.ogc.sensorML.elements.SmlLocation
-
public class SmlLocation extends Object
SOS internal representation of SensorML location- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SmlLocation(org.locationtech.jts.geom.Point point)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.PointgetPoint()booleanisSetPoint()SmlLocationsetPoint(org.locationtech.jts.geom.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 SmlLocation setPoint(org.locationtech.jts.geom.Point point)
- Parameters:
point- Point- Returns:
- this
-
-