|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.Field
The field class is used to store the fields and values in a recordset. A field can contain text or geometry values.
| Constructor Summary | |
Field()
Creates a new instance of Field |
|
Field(java.lang.String name,
Geometry geom)
Creates a new instance of a geometry Field |
|
Field(java.lang.String name,
java.lang.String value)
Creates a new instance of Field |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a clone of this object. |
Field |
getCopy()
Creates a copy of this object. |
Geometry |
getGeometry()
Gets the field value. |
java.lang.String |
getName()
Gets the field name. |
java.lang.String |
getValue()
Gets the field value. |
boolean |
isGeometry()
|
void |
setGeometry(Geometry geometry)
Sets the field value. |
void |
setName(java.lang.String name)
Sets the field name. |
void |
setValue(java.lang.String value)
Sets the field value. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Field()
public Field(java.lang.String name,
java.lang.String value)
name - The field name.value - The field value.
public Field(java.lang.String name,
Geometry geom)
name - The field name.geom - The geometry.| Method Detail |
public java.lang.Object clone()
public Field getCopy()
public Geometry getGeometry()
public boolean isGeometry()
public void setGeometry(Geometry geometry)
geometry - The field value.public java.lang.String getName()
public void setName(java.lang.String name)
name - The field name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The field value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||