| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDStrokeBinding
SLDStrokeBinding | public class SLDStrokeBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:Stroke.
<xsd:element name="Stroke">
<xsd:annotation>
<xsd:documentation> A "Stroke" specifies the
appearance of a linear geometry. It is defined in
parallel with SVG strokes. The following CssParameters
may be used: "stroke" (color),
"stroke-opacity", "stroke-width",
"stroke-linejoin", "stroke-linecap",
"stroke-dasharray", and
"stroke-dashoffset". </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="sld:GraphicFill"/>
<xsd:element ref="sld:GraphicStroke"/>
</xsd:choice>
<xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|