Uses of Class
net.sf.eBusx.geo.GeoObject.GeoType
-
Packages that use GeoObject.GeoType Package Description net.sf.eBusx.geo This package defineseBus message fields
implementing 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.GeoType
GeoObject. type
Data represents this geometry type.Methods in net.sf.eBusx.geo that return GeoObject.GeoType Modifier and Type Method Description static GeoObject.GeoType
GeoObject.GeoType. findType(java.lang.String s)
static GeoObject.GeoType
GeoObject.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 EField.Builder
GeoObject.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.
-