| Package | Description |
|---|---|
| com.impetus.kundera.gis | |
| com.impetus.kundera.gis.geometry |
| Modifier and Type | Method and Description |
|---|---|
static SurfaceType |
SurfaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceType[] |
SurfaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private SurfaceType |
Circle.surfaceType
Surface type on which this circle is based
|
private SurfaceType |
Point.surfaceType
Surface type on which this point is based
|
| Modifier and Type | Method and Description |
|---|---|
SurfaceType |
Circle.getSurfaceType() |
SurfaceType |
Point.getSurfaceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Circle.setSurfaceType(SurfaceType surfaceType) |
void |
Point.setSurfaceType(SurfaceType surfaceType) |
Copyright © 2015. All Rights Reserved.