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 final Map<String, SimpleWKTShapeParser.ShapeType> SimpleWKTShapeParser.ShapeType.shapeTypeMapMethods 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 ObjectSimpleWKTShapeParser.parseExpectedType(String wkt, SimpleWKTShapeParser.ShapeType shapeType) private static ObjectSimpleWKTShapeParser.parseGeometry(StreamTokenizer stream, SimpleWKTShapeParser.ShapeType shapeType) parse geometry from the stream tokenizer