Uses of Class
net.sf.eBusx.geo.Position
-
Packages that use Position Package Description net.sf.eBusx.geo This package defineseBus message fieldsimplementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of Position in net.sf.eBusx.geo
Fields in net.sf.eBusx.geo declared as Position Modifier and Type Field Description PositionGeoCircle. centerCircle center coordinate.PositionGeoEllipse. centerEllipse center coordinate.PositionGeoPoint. positionSingle position containing the latitude, longitude, and (optionally) elevation.Position[]GeoMultiPoint. positionsPositions contained in this multi-point GeoJSON object.Position[]LineString. positionsThe multiple points defining this line string.Methods in net.sf.eBusx.geo that return Position Modifier and Type Method Description protected PositionPosition.Builder. buildImpl()Returns a new position instance based on this builder's settings.Methods in net.sf.eBusx.geo with parameters of type Position Modifier and Type Method Description GeoMultiPoint.BuilderGeoMultiPoint.Builder. add(Position pos)Appends position to positions list.LineString.BuilderLineString.Builder. add(Position pos)Appends position to positions list.GeoMultiPoint.BuilderGeoMultiPoint.Builder. addAll(Position[] positions)Appends position array to positions list.LineString.BuilderLineString.Builder. addAll(Position[] positions)Appends position array to positions list.GeoCircle.BuilderGeoCircle.Builder. center(Position center)Sets GeoJSON circle's center coordinate.GeoEllipse.BuilderGeoEllipse.Builder. center(Position center)Sets GeoJSON ellipse's center coordinate.GeoPoint.BuilderGeoPoint.Builder. position(Position position)Sets GeoJSON position.GeoMultiPoint.BuilderGeoMultiPoint.Builder. positions(Position[] positions)Sets positions list to the given position values.LineString.BuilderLineString.Builder. positions(Position[] positions)Sets positions list to the given position values.Method parameters in net.sf.eBusx.geo with type arguments of type Position Modifier and Type Method Description GeoMultiPoint.BuilderGeoMultiPoint.Builder. addAll(java.util.Collection<Position> positions)Appends position collection to positions list.LineString.BuilderLineString.Builder. addAll(java.util.Collection<Position> positions)Appends position collection to positions list.
-