Uses of Class
org.n52.shetland.ogc.swe.SweCoordinate
-
Packages that use SweCoordinate Package Description org.n52.shetland.ogc.sensorML.elements org.n52.shetland.ogc.swe -
-
Uses of SweCoordinate in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return types with arguments of type SweCoordinate Modifier and Type Method Description List<? extends SweCoordinate<? extends Number>>SmlPosition. getPosition()Method parameters in org.n52.shetland.ogc.sensorML.elements with type arguments of type SweCoordinate Modifier and Type Method Description SmlPositionSmlPosition. setPosition(List<? extends SweCoordinate<? extends Number>> position)Constructor parameters in org.n52.shetland.ogc.sensorML.elements with type arguments of type SweCoordinate Constructor Description SmlPosition(String name, boolean fixed, String referenceFrame, List<SweCoordinate<? extends Number>> position)constructorSmlPosition(CodeType name, boolean fixed, String referenceFrame, List<SweCoordinate<? extends Number>> position)constructor -
Uses of SweCoordinate in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe that return SweCoordinate Modifier and Type Method Description SweCoordinate<T>SweCoordinate. copy()Methods in org.n52.shetland.ogc.swe that return types with arguments of type SweCoordinate Modifier and Type Method Description List<? extends SweCoordinate<? extends Number>>SweVector. getCoordinates()Method parameters in org.n52.shetland.ogc.swe with type arguments of type SweCoordinate Modifier and Type Method Description SweVectorSweVector. setCoordinates(List<? extends SweCoordinate<? extends Number>> coordinates)Constructors in org.n52.shetland.ogc.swe with parameters of type SweCoordinate Constructor Description SweVector(SweCoordinate<? extends Number>... coordinates)Constructor parameters in org.n52.shetland.ogc.swe with type arguments of type SweCoordinate Constructor Description SweVector(List<? extends SweCoordinate<? extends Number>> coordinates)
-