Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlPosition
-
Packages that use SmlPosition Package Description org.n52.shetland.ogc.sensorML org.n52.shetland.ogc.sensorML.elements org.n52.shetland.ogc.sensorML.v20 org.n52.shetland.ogc.swe -
-
Uses of SmlPosition in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return SmlPosition Modifier and Type Method Description SmlPositionAbstractComponent. getPosition()SmlPositionHasPosition. getPosition()Methods in org.n52.shetland.ogc.sensorML with parameters of type SmlPosition Modifier and Type Method Description AbstractComponentAbstractComponent. setPosition(SmlPosition position)THasPosition. setPosition(SmlPosition position) -
Uses of SmlPosition in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return SmlPosition Modifier and Type Method Description SmlPositionSmlPosition. copy()SmlPositionSmlPosition. setFixed(boolean fixed)SmlPositionSmlPosition. setPosition(List<? extends SweCoordinate<? extends Number>> position)SmlPositionSmlPosition. setReferenceFrame(String referenceFrame) -
Uses of SmlPosition in org.n52.shetland.ogc.sensorML.v20
Methods in org.n52.shetland.ogc.sensorML.v20 that return SmlPosition Modifier and Type Method Description SmlPositionAbstractPhysicalProcess. getPosition()Methods in org.n52.shetland.ogc.sensorML.v20 with parameters of type SmlPosition Modifier and Type Method Description AbstractPhysicalProcessAbstractPhysicalProcess. setPosition(SmlPosition position) -
Uses of SmlPosition in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe with parameters of type SmlPosition Modifier and Type Method Description protected TAbstractOptionalSweDataComponentVisitor. _visit(SmlPosition component)protected voidAbstractThrowingVoidSweDataComponentVisitor. _visit(SmlPosition component)protected voidAbstractVoidSweDataComponentVisitor. _visit(SmlPosition component)protected abstract voidVoidSweDataComponentVisitor. _visit(SmlPosition component)Optional<T>AbstractOptionalSweDataComponentVisitor. visit(SmlPosition component)TAbstractThrowingSweDataComponentVisitor. visit(SmlPosition component)TSweDataComponentVisitor. visit(SmlPosition component)VoidVoidSweDataComponentVisitor. visit(SmlPosition component)
-