Uses of Enum Class
org.apache.lucene.geo.SimpleWKTShapeParser.ShapeType
Packages that use SimpleWKTShapeParser.ShapeType
-
Uses of SimpleWKTShapeParser.ShapeType in org.apache.lucene.geo
Fields in org.apache.lucene.geo with type parameters of type SimpleWKTShapeParser.ShapeTypeModifier and TypeFieldDescriptionprivate static Map<String,
SimpleWKTShapeParser.ShapeType> SimpleWKTShapeParser.ShapeType.shapeTypeMap
Methods in org.apache.lucene.geo that return SimpleWKTShapeParser.ShapeTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SimpleWKTShapeParser.ShapeType[]
SimpleWKTShapeParser.ShapeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.geo with parameters of type SimpleWKTShapeParser.ShapeTypeModifier and TypeMethodDescriptionstatic Object
SimpleWKTShapeParser.parseExpectedType
(String wkt, SimpleWKTShapeParser.ShapeType shapeType) private static Object
SimpleWKTShapeParser.parseGeometry
(StreamTokenizer stream, SimpleWKTShapeParser.ShapeType shapeType) parse geometry from the stream tokenizer