Package com.luciad.ogc.sld.model
Class TLcdSLDImageOutline
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDImageOutline
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
"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.
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.TLcdSLDImageOutline(TLcdDataType aDataType) Empty constructor.TLcdSLDImageOutline(TLcdSLDLineSymbolizer aLineSymbolizer) Constructor for given line symbolizer.TLcdSLDImageOutline(TLcdSLDPolygonSymbolizer aPolygonSymbolizer) Constructor for a given polygon symbolizer. -
Method Summary
Modifier and TypeMethodDescriptionGets the line symbolizer for the outline.Gets the polygon symbolizer for the outline.voidsetLineSymbolizer(TLcdSLDLineSymbolizer aLineSymbolizer) Sets the line symbolizer for the outline.voidsetPolygonSymbolizer(TLcdSLDPolygonSymbolizer aPolygonSymbolizer) Sets the polygon symbolizer for the outline.
-
Constructor Details
-
TLcdSLDImageOutline
public TLcdSLDImageOutline()Empty constructor. -
TLcdSLDImageOutline
Constructor for given line symbolizer.- Parameters:
aLineSymbolizer- the given line symbolizer for the outline.
-
TLcdSLDImageOutline
Constructor for a given polygon symbolizer.- Parameters:
aPolygonSymbolizer- the given polygon symbolizer for the outline.
-
TLcdSLDImageOutline
Empty constructor.
-
-
Method Details
-
getLineSymbolizer
Gets the line symbolizer for the outline.- Returns:
- the line symbolizer for the outline.
-
getPolygonSymbolizer
Gets the polygon symbolizer for the outline.- Returns:
- the polygon symbolizer for the outline.
-
setLineSymbolizer
Sets the line symbolizer for the outline. Setting a non null line symbolizer will nullify any existing polygon symbolizer.- Parameters:
aLineSymbolizer- the line symbolizer for the outline.
-
setPolygonSymbolizer
Sets the polygon symbolizer for the outline. Setting a non null polygon symbolizer will nullify any existing line symbolizer.- Parameters:
aPolygonSymbolizer- the polygon symbolizer for the outline.
-