org.geotools.se.v1_1.bindings
Class FillBinding
Object
AbstractComplexBinding
SLDFillBinding
FillBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class FillBinding
- extends SLDFillBinding
Binding object for the element http://www.opengis.net/se:Fill.
<xsd:element name="Fill" type="se:FillType">
<xsd:annotation>
<xsd:documentation>
A "Fill" specifies the pattern for filling an area geometry.
The allowed SvgParameters are: "fill" (color) and "fill-opacity".
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillBinding
public FillBinding(StyleFactory styleFactory,
FilterFactory filterFactory)
getTarget
public QName getTarget()
- Specified by:
getTarget
in interface Binding
- Overrides:
getTarget
in class SLDFillBinding
- Returns:
- The qualified name of the target for the binding.
Copyright © 1996-2014 Geotools. All Rights Reserved.