| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDCssParameterBinding
SLDCssParameterBinding | public class SLDCssParameterBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:CssParameter.
<xsd:element name="CssParameter">
<xsd:annotation>
<xsd:documentation> A "CssParameter" refers to
an SVG/CSS graphical-formatting parameter. The
parameter is identified using the "name" attribute
and the content of the element gives the SVG/CSS-coded
value. </xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="sld:ParameterValueType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|