Package | Description |
---|---|
org.gicentre.geomap |
Classes for representing geographic vector maps in Processing.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
Polygon.getType()
Report the type of feature (polygon).
|
FeatureType |
Point.getType()
Report the type of feature (point).
|
FeatureType |
Line.getType()
Report the type of feature (line).
|
FeatureType |
Feature.getType()
Should report the type of feature.
|
static FeatureType |
FeatureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|