|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.geojson.Feature
public class Feature
OpenLayer geometry feature (in GeoJSON format).
| Field Summary | |
|---|---|
CRS |
crs
The coordinates reference system used for this feature. |
Geometry |
geometry
The Geometry containing the position of this feature. |
java.lang.String |
id
The unique identifier. |
FeatureProperties |
properties
The Gbanga relevant properties of this feature (img, color, radius, etc.). |
java.lang.String |
type
The named type of this feature. |
| Constructor Summary | |
|---|---|
Feature()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public CRS crs
public Geometry geometry
Geometry containing the position of this feature.
public java.lang.String id
public FeatureProperties properties
public java.lang.String type
| Constructor Detail |
|---|
public Feature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||