com.ontimize.util.gis.client.gui.render.styling
Interface IGisRule

All Superinterfaces:
org.geotools.styling.Rule
All Known Implementing Classes:
DefaultGisRule

public interface IGisRule
extends org.geotools.styling.Rule


Method Summary
 void addColorMap(VectorialColorMap cm)
          Add a new vectorial color map to the actual gis painting rule
 java.lang.Object getColorMaps()
          Get the list of vectorial color maps for the current rule
 java.lang.String getFilterDescription()
          Get style filter description
 double getMaximumElementsSize(double panelResolution)
           
 boolean isScaled()
          Get the rule scale adjusting value
 void setFilterDescription(java.lang.String filterDesc)
          Set filter description for this layer
 void setMaximumElementsSize(double maxSize)
           
 void setScaled(boolean scaleAdjust)
          Set the scale adjusting for the actual rule.
 
Methods inherited from interface org.geotools.styling.Rule
accept, getAbstract, getDescription, getFilter, getLegendGraphic, getMaxScaleDenominator, getMinScaleDenominator, getName, getSymbolizers, getTitle, hasElseFilter, setAbstract, setFilter, setIsElseFilter, setLegendGraphic, setMaxScaleDenominator, setMinScaleDenominator, setName, setSymbolizers, setTitle
 

Method Detail

setScaled

void setScaled(boolean scaleAdjust)
Set the scale adjusting for the actual rule. Scaling is enabled by default

Parameters:
scaleAdjust - Parameters to set the scale adjusting

isScaled

boolean isScaled()
Get the rule scale adjusting value

Returns:
scale adjusting value

setFilterDescription

void setFilterDescription(java.lang.String filterDesc)
Set filter description for this layer

Parameters:
filterDesc - Style filter description text

getFilterDescription

java.lang.String getFilterDescription()
Get style filter description

Returns:
Style filter description text

addColorMap

void addColorMap(VectorialColorMap cm)
Add a new vectorial color map to the actual gis painting rule

Parameters:
cm - Vectorial color map

getColorMaps

java.lang.Object getColorMaps()
Get the list of vectorial color maps for the current rule

Returns:
Vectorial color maps list

setMaximumElementsSize

void setMaximumElementsSize(double maxSize)

getMaximumElementsSize

double getMaximumElementsSize(double panelResolution)