com.supermap.mapping
Class ThemeDotDensity
- java.lang.Object
-
- com.supermap.mapping.Theme
-
- com.supermap.mapping.ThemeDotDensity
-
public class ThemeDotDensity extends Theme
Point density layer
-
-
Constructor Summary
Constructors Constructor and Description ThemeDotDensity()
Construction methodThemeDotDensity(ThemeDotDensity themeDotDensity)
Construction method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Releases the point density layerboolean
fromXML(java.lang.String xml)
Gets the point density layer from a xml filejava.lang.String
getDotExpression()
Returns the field or field expression which is used for creating a point density thematic mapGeoStyle
getStyle()
Returns the style of points in a density thematic mapdouble
getValue()
Returns values denoted by each point in a thematic mapvoid
setDotExpression(java.lang.String value)
Sets the field or field expression which is used for creating a point density thematic mapvoid
setStyle(GeoStyle style)
Sets the style of points in a density thematic mapvoid
setValue(double value)
Sets values denoted by each point in a thematic mapjava.lang.String
toString()
Turns the point density layer into a xml file-
Methods inherited from class com.supermap.mapping.Theme
getMemoryData, getType, setMemoryData, toXML
-
-
-
-
Constructor Detail
-
ThemeDotDensity
public ThemeDotDensity()
Construction method
-
ThemeDotDensity
public ThemeDotDensity(ThemeDotDensity themeDotDensity)
Construction method- Parameters:
themeDotDensity
- Point density layer
-
-
Method Detail
-
getValue
public double getValue()
Returns values denoted by each point in a thematic map- Returns:
- Returns values denoted by each point in a thematic map
-
setValue
public void setValue(double value)
Sets values denoted by each point in a thematic map- Parameters:
value
- Sets values denoted by each point in a thematic map
-
getDotExpression
public java.lang.String getDotExpression()
Returns the field or field expression which is used for creating a point density thematic map- Returns:
- Returns the field or field expression which is used for creating a point density thematic map
-
setDotExpression
public void setDotExpression(java.lang.String value)
Sets the field or field expression which is used for creating a point density thematic map- Parameters:
value
- Sets the field or field expression which is used for creating a point density thematic map
-
getStyle
public GeoStyle getStyle()
Returns the style of points in a density thematic map- Returns:
- Returns the style of points in a density thematic map
-
setStyle
public void setStyle(GeoStyle style)
Sets the style of points in a density thematic map- Parameters:
style
- Sets the style of points in a density thematic map
-
fromXML
public boolean fromXML(java.lang.String xml)
Gets the point density layer from a xml file
-
dispose
public void dispose()
Releases the point density layer
-
-