Uses of Class
net.sf.eBusx.geo.GeoObject.GeoType
-
Packages that use GeoObject.GeoType Package Description net.sf.eBusx.geo This package defineseBus message fieldsimplementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of GeoObject.GeoType in net.sf.eBusx.geo
Fields in net.sf.eBusx.geo declared as GeoObject.GeoType Modifier and Type Field Description GeoObject.GeoTypeGeoObject. typeData represents this geometry type.Methods in net.sf.eBusx.geo that return GeoObject.GeoType Modifier and Type Method Description static GeoObject.GeoTypeGeoObject.GeoType. findType(java.lang.String s)ReturnsGeoTypewith the given name.static GeoObject.GeoTypeGeoObject.GeoType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoObject.GeoType[]GeoObject.GeoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBusx.geo with parameters of type GeoObject.GeoType Modifier and Type Method Description BGeoObject.GeoBuilder. type(GeoObject.GeoType type)Does nothing since GeoJSON type is set in the constructor.Constructors in net.sf.eBusx.geo with parameters of type GeoObject.GeoType Constructor Description GeoBuilder(java.lang.Class<F> clazz, GeoObject.GeoType type)Constructor used to set the GeoJSON class and type.
-