Uses of Class
org.apache.lucene.geo.SimpleWKTShapeParser.ShapeType
-
Packages that use SimpleWKTShapeParser.ShapeType Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of SimpleWKTShapeParser.ShapeType in org.apache.lucene.geo
Fields in org.apache.lucene.geo with type parameters of type SimpleWKTShapeParser.ShapeType Modifier and Type Field Description private static java.util.Map<java.lang.String,SimpleWKTShapeParser.ShapeType>SimpleWKTShapeParser.ShapeType. shapeTypeMapMethods in org.apache.lucene.geo that return SimpleWKTShapeParser.ShapeType Modifier and Type Method Description static SimpleWKTShapeParser.ShapeTypeSimpleWKTShapeParser.ShapeType. forName(java.lang.String shapename)static SimpleWKTShapeParser.ShapeTypeSimpleWKTShapeParser.ShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SimpleWKTShapeParser.ShapeType[]SimpleWKTShapeParser.ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.geo with parameters of type SimpleWKTShapeParser.ShapeType Modifier and Type Method Description static java.lang.ObjectSimpleWKTShapeParser. parseExpectedType(java.lang.String wkt, SimpleWKTShapeParser.ShapeType shapeType)private static java.lang.ObjectSimpleWKTShapeParser. parseGeometry(java.io.StreamTokenizer stream, SimpleWKTShapeParser.ShapeType shapeType)parse geometry from the stream tokenizer
-