Package org.n52.shetland.ogc.sensorML
Interface HasPosition<T>
-
- All Known Implementing Classes:
AbstractPhysicalProcess,PhysicalComponent,PhysicalSystem
public interface HasPosition<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SmlPositiongetPosition()default booleanisSetPosition()TsetPosition(SmlPosition position)
-
-
-
Method Detail
-
getPosition
SmlPosition getPosition()
- Returns:
- the position
-
setPosition
T setPosition(SmlPosition position)
- Parameters:
position- the position to set
-
isSetPosition
default boolean isSetPosition()
-
-