Uses of Class
org.bremersee.geojson.model.Position
Packages that use Position
-
Uses of Position in org.bremersee.geojson.model
Constructors in org.bremersee.geojson.model with parameters of type PositionModifierConstructorDescriptionPoint(BoundingBox bbox, Position coordinates) Instantiates a new point.Constructor parameters in org.bremersee.geojson.model with type arguments of type PositionModifierConstructorDescriptionLineString(BoundingBox bbox, List<Position> coordinates) Instantiates a new line string.MultiLineString(BoundingBox bbox, List<List<Position>> coordinates) Instantiates a new multi line string.MultiPoint(BoundingBox bbox, List<Position> coordinates) Instantiates a new multi point.MultiPolygon(BoundingBox bbox, List<List<List<Position>>> coordinates) Instantiates a new multi polygon.Polygon(BoundingBox bbox, List<List<Position>> coordinates) Instantiates a new polygon.