Uses of Class
net.sf.eBusx.geo.GeoObject
-
Packages that use GeoObject Package Description net.sf.eBusx.geo This package defineseBus message fields
implementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of GeoObject in net.sf.eBusx.geo
Classes in net.sf.eBusx.geo with type parameters of type GeoObject Modifier and Type Class Description static class
GeoObject.GeoBuilder<F extends GeoObject>
Base class for all GeoJSON object builders.Subclasses of GeoObject in net.sf.eBusx.geo Modifier and Type Class Description class
GeoLineString
Array of two or more positions.class
GeoMultiLineString
Contains zero or more GeoJSON line strings.class
GeoMultiPoint
ContainsPosition
array which may be empty.class
GeoPoint
Contains a single GeoJSONposition
.class
GeoPolygon
A polygon is one or more linear rings and a linear ring is aLineString
meeting the following constraints: Has four or more closed positions.Methods in net.sf.eBusx.geo that return types with arguments of type GeoObject Modifier and Type Method Description java.lang.Class<? extends GeoObject>
GeoObject.GeoType. jsonClass()
Returns GeoJSON class.
-