|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Geometry_Impl
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.
----------------------------------------------------------------------
Field Summary | |
private GMLGeometry |
geometryAsGML
|
private java.lang.String |
propertyName
|
Constructor Summary | |
(package private) |
Geometry_Impl(java.lang.String propertyName,
GMLGeometry geometryAsGML)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the Geometry as XML formated String |
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 geometryAsGML)
sets the |
void |
setPropertyName(java.lang.String propertyName)
sets the name of the geometry property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private GMLGeometry geometryAsGML
private java.lang.String propertyName
Constructor Detail |
Geometry_Impl(java.lang.String propertyName, GMLGeometry geometryAsGML)
Method Detail |
public java.lang.String getPropertyName()
getPropertyName
in interface Geometry
public void setPropertyName(java.lang.String propertyName)
setPropertyName
in interface Geometry
propertyName
- the name of the geometry propertypublic GMLGeometry getGeometryAsGML()
getGeometryAsGML
in interface Geometry
public void setGeometryAsGML(GMLGeometry geometryAsGML)
setGeometryAsGML
in interface Geometry
geometryAsGML
- the GMLGeometrypublic java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |