Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,SimpleWKTShapeParser.ShapeType> |
SimpleWKTShapeParser.ShapeType.shapeTypeMap |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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
|