|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
void |
addProperty(GMLProperty property)
adds a property to the feature |
GMLBox |
getBoundedBy()
returns the boundingbox of the feature |
java.lang.String |
getDescription()
returns the description of the feature |
java.lang.String |
getFeatureTypeName()
return the name of the feature type the feature based on |
GMLGeoProperty[] |
getGeoProperties()
returns alls properties that are a GMLGeometry |
java.lang.String |
getId()
returns the ID of the feature |
java.lang.String |
getName()
returns the name of the Geometry. |
GMLProperty[] |
getNoneGeoProperties()
returns alls properties that are not a GMLGeometry |
GMLProperty[] |
getProperties()
returns all properties of the feature |
GMLProperty |
getProperty(java.lang.String name)
returns a specific property identified by its name |
void |
setDescription(java.lang.String describtion)
|
void |
setId(java.lang.String id)
|
void |
setName(java.lang.String name)
|
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
getId()
public java.lang.String getDescription()
public void setDescription(java.lang.String describtion)
getDescription()
public java.lang.String getName()
public void setName(java.lang.String name)
getName()
public java.lang.String getFeatureTypeName()
public GMLBox getBoundedBy()
public GMLProperty[] getProperties()
public GMLGeoProperty[] getGeoProperties()
public GMLProperty[] getNoneGeoProperties()
public GMLProperty getProperty(java.lang.String name)
public void addProperty(GMLProperty property) throws GMLException
GMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |