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. shapeTypeMap
Methods in org.apache.lucene.geo that return SimpleWKTShapeParser.ShapeType Modifier and Type Method Description static SimpleWKTShapeParser.ShapeType
SimpleWKTShapeParser.ShapeType. forName(java.lang.String shapename)
static SimpleWKTShapeParser.ShapeType
SimpleWKTShapeParser.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.Object
SimpleWKTShapeParser. parseExpectedType(java.lang.String wkt, SimpleWKTShapeParser.ShapeType shapeType)
private static java.lang.Object
SimpleWKTShapeParser. parseGeometry(java.io.StreamTokenizer stream, SimpleWKTShapeParser.ShapeType shapeType)
parse geometry from the stream tokenizer
-