| Package | Description |
|---|---|
| org.geolatte.geom.codec.db.oracle |
| Modifier and Type | Field and Description |
|---|---|
private TypeGeometry |
SDOGType.typeGeometry |
| Modifier and Type | Method and Description |
|---|---|
TypeGeometry |
SDOGType.getTypeGeometry() |
(package private) static TypeGeometry |
TypeGeometry.parse(int v) |
static TypeGeometry |
TypeGeometry.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeGeometry[] |
TypeGeometry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDOGType.setTypeGeometry(TypeGeometry typeGeometry) |
| Constructor and Description |
|---|
SDOGType(int dimension,
int lrsDimension,
TypeGeometry typeGeometry) |