|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Field Summary | |
static int |
BOX
|
static int |
FEATURE
|
static int |
FEATURECOLLECTION
|
static int |
GEOMETRY
|
static int |
LINESTRING
|
static int |
MULTIGEOMETRY
|
static int |
MULTILINESTRING
|
static int |
MULTIPOINT
|
static int |
MULTIPOLYGON
|
static int |
POINT
|
static int |
POLYGON
|
static int |
STRING
|
static int |
UNKNOWNTYPE
|
Method Summary | |
java.lang.String |
getName()
returns the name of the property |
int |
getPropertyType()
returns the type of a property. |
java.lang.Object |
getPropertyValue()
returns the value of the property |
void |
setPropertyValue(java.lang.String value)
|
Field Detail |
public static final int STRING
public static final int GEOMETRY
public static final int POINT
public static final int LINESTRING
public static final int POLYGON
public static final int MULTIPOINT
public static final int MULTILINESTRING
public static final int MULTIPOLYGON
public static final int MULTIGEOMETRY
public static final int FEATURE
public static final int FEATURECOLLECTION
public static final int BOX
public static final int UNKNOWNTYPE
Method Detail |
public java.lang.String getName()
public int getPropertyType()
this method may be removed in future definitions of this interface because this can be determined by validiating the property name against the describing schema.
public java.lang.Object getPropertyValue()
public void setPropertyValue(java.lang.String value)
#getPropertyValue()
This set-method only supports text propetries. More complex
property types must be inherited from this interface and
define additional set-methods.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |