|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Geometry element is optional and if it is absent then the default geometry property of the feature type that is used in the containing FeatureStyleType is used. The precise meaning of default geometry property is system-dependent. Most frequently, feature types will have only a single geometry property.
----------------------------------------------------------------------
Method Summary | |
GMLGeometry |
getGeometryAsGML()
In principle, a fixed geometry could be defined using GML or operators could be defined for computing a geometry from references or literals. |
java.lang.String |
getPropertyName()
returns the name of the geometry property |
void |
setGeometryAsGML(GMLGeometry geometry)
sets the |
void |
setPropertyName(java.lang.String propertyName)
sets the name of the geometry property |
Method Detail |
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName
- the name of the geometry propertypublic GMLGeometry getGeometryAsGML()
public void setGeometryAsGML(GMLGeometry geometry)
geometry
- the GMLGeometry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |