|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Geometry | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of Geometry in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement Geometry | |
(package private) class |
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. |
Fields in org.deegree_impl.graphics.sld declared as Geometry | |
protected Geometry |
Symbolizer_Impl.geometry
|
Methods in org.deegree_impl.graphics.sld that return Geometry | |
Geometry |
Symbolizer_Impl.getGeometry()
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. |
private static Geometry |
SLDFactory.createGeometry(org.w3c.dom.Element element)
Creates a Geometry-instance according to the contents of the DOM-subtree starting at the given 'Geometry'-Element. |
Methods in org.deegree_impl.graphics.sld with parameters of type Geometry | |
void |
Symbolizer_Impl.setGeometry(Geometry geometry)
sets the |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
Constructors in org.deegree_impl.graphics.sld with parameters of type Geometry | |
TextSymbolizer_Impl(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
constructor initializing the class with the |
|
Symbolizer_Impl(Geometry geometry)
constructor initializing the class with the |
|
PolygonSymbolizer_Impl(Fill fill,
Stroke stroke,
Geometry geometry,
double min,
double max)
constructor initializing the class with the |
|
PointSymbolizer_Impl(Graphic graphic,
Geometry geometry,
double min,
double max)
constructor initializing the class with the |
|
LineSymbolizer_Impl(Stroke stroke,
Geometry geometry,
double min,
double max)
constructor initializing the class with the |
Uses of Geometry in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return Geometry | |
Geometry |
Symbolizer.getGeometry()
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. |
Methods in org.deegree.graphics.sld with parameters of type Geometry | |
void |
Symbolizer.setGeometry(Geometry geometry)
Sets the Geometry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |