|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.geojson.FeatureProperties
public class FeatureProperties
Detailed properties corresponding to a Feature.
A feature object must have a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value).
| Field Summary | |
|---|---|
float |
arcRadius
The radius in arc degrees of the Feature |
static int |
CELL
Type if the Feature corresponds to a Cell. |
java.lang.String |
color
The color of the Feature. |
java.lang.String |
description
A verbose description of this Feature. |
static int |
GBANGOO
Type if the Feature corresponds to a Gbangoo. |
int |
img
The image id of the Feature. |
static int |
IP_ADDRESS
Type if the Feature corresponds to a Point where an IP address is registered. |
static int |
NEWS
Type if the Feature corresponds to News. |
java.lang.String |
owner
The name of the don that owns this Feature |
static int |
PHYSICAL_ADDRESS
Type if the Feature corresponds to a Point where a physical address is registered. |
static int |
PLAYER
Type if the Feature corresponds to a Player. |
static int |
POINT_OF_INTEREST
Type if the Feature corresponds to a Point where a point of interest is recorded. |
static int |
QUEST
Type if the Feature corresponds to a Quest. |
int |
radius
The radial size of the Feature. |
static int |
TOWN
Type if the Feature corresponds to a Point where a city/town/village is recorded. |
int |
type
The type of the Feature. |
| Constructor Summary | |
|---|---|
FeatureProperties()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float arcRadius
Feature
public static final int CELL
Feature corresponds to a Cell.
@HideIfNull public java.lang.String color
Feature. For instance, the major color of a Cell.
@HideIfNull public java.lang.String description
Feature.
public static final int GBANGOO
Feature corresponds to a Gbangoo.
public int img
Feature. For instance, a flag for a Cell.
public static final int IP_ADDRESS
Feature corresponds to a Point where an IP address is registered.
public static final int NEWS
Feature corresponds to News.
@HideIfNull public java.lang.String owner
Feature
public static final int PHYSICAL_ADDRESS
Feature corresponds to a Point where a physical address is registered.
public static final int PLAYER
Feature corresponds to a Player.
public static final int POINT_OF_INTEREST
Feature corresponds to a Point where a point of interest is recorded.
public static final int QUEST
Feature corresponds to a Quest.
public int radius
Feature.
public static final int TOWN
Feature corresponds to a Point where a city/town/village is recorded.
public int type
Feature.
| Constructor Detail |
|---|
public FeatureProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||