| org.geotools.styling.ImageOutline
All known Subclasses: org.geotools.styling.ImageOutlineImpl,
ImageOutline | public interface ImageOutline extends GTComponent(Code) | | 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: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>
author: Justin Deoliveira, The Open Planning Project |
getSymbolizer | Symbolizer getSymbolizer()(Code) | | Returns the symbolizer of the image outline.
One of See Also: PolygonSymbolizer, See Also: LineSymbolizer. |
setSymbolizer | void setSymbolizer(Symbolizer symbolizer)(Code) | | Sets the symbolizer of the image outline.
Parameters: symbolizer - The new symbolizer, one of See Also: PolygonSymbolizer, See Also: LineSymbolizer. |
|
|