Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
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) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.