| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDImageOutlineBinding
SLDImageOutlineBinding | public class SLDImageOutlineBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:ImageOutline.
<xsd:element name="ImageOutline">
<xsd:annotation>
<xsd:documentation> "ImageOutline" specifies
how individual source rasters in a multi-raster set
(such as a set of satellite-image scenes) should be
outlined to make the individual-image locations visible. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="sld:LineSymbolizer"/>
<xsd:element ref="sld:PolygonSymbolizer"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|