Uses of Class
net.sf.eBusx.geo.GeoObject
-
Packages that use GeoObject Package Description net.sf.eBusx.geo This package defineseBus message fieldsimplementing 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 classGeoObject.GeoBuilder<F extends GeoObject,B extends GeoObject.GeoBuilder<F,?>>Base class for all GeoJSON object builders.Subclasses of GeoObject in net.sf.eBusx.geo Modifier and Type Class Description classGeoCircleDefines a GeoJSON circle by the center point, radius, and radius units.classGeoCollectionA collection of GeoJSON objects of different types.classGeoEllipseDefines a GeoJSON ellipse by the center point, major and minor axes, and degrees of rotation with axis units and rotation units.classGeoLineStringArray of two or more positions.classGeoMultiLineStringContains zero or more GeoJSON line strings.classGeoMultiPointContainsPositionarray which may be empty.classGeoMultiPolygonContains zero or more GeoJSON polygons.classGeoPointContains a single GeoJSONposition.classGeoPolygonA polygon is one or more linear rings and a linear ring is aLineStringmeeting the following constraints: Has four or more closed positions.Fields in net.sf.eBusx.geo declared as GeoObject Modifier and Type Field Description GeoObject[]GeoCollection. geometriesGeoJSON objects collection.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.Methods in net.sf.eBusx.geo with parameters of type GeoObject Modifier and Type Method Description GeoCollection.BuilderGeoCollection.Builder. add(GeoObject geometry)Appends geometry to geometries list.GeoCollection.BuilderGeoCollection.Builder. addAll(GeoObject[] geometries)Appends geometries array to geometries list.GeoCollection.BuilderGeoCollection.Builder. geometries(GeoObject[] geometries)Sets geometries list to given array.Method parameters in net.sf.eBusx.geo with type arguments of type GeoObject Modifier and Type Method Description GeoCollection.BuilderGeoCollection.Builder. addAll(java.util.Collection<GeoObject> geometries)Appends geometries collection to geometries list.
-