com.supermap.mapping
Class MapOverlapDisplayedOptions
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mapping.MapOverlapDisplayedOptions
-
public class MapOverlapDisplayedOptions extends InternalHandleDisposable
Overlap options
-
-
Constructor Summary
Constructors Constructor and Description MapOverlapDisplayedOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Releaseboolean
getAllowPointOverlap()
Gets whether to allow points to overlap pointsboolean
getAllowPointWithTextDisplay()
Gets whether the points and text can be visibleboolean
getAllowTextAndPointOverlap()
Gets whether to allow text to overlap point or vice verseboolean
getAllowTextOverlap()
Gets whether to allow text to overlap textboolean
getAllowThemeGraduatedSymbolOverlap()
Gets the gradient symbol overlaps in thematic mapsboolean
getAllowThemeGraphOverlap()
Gets thematic map overlapsSize2D
getOverlappedSpaceSize()
void
setAllowPointOverlap(boolean value)
Sets whether to allow points to overlap pointsvoid
setAllowPointWithTextDisplay(boolean value)
Sets whether the points and text can be visiblevoid
setAllowTextAndPointOverlap(boolean value)
Sets whether to allow text to overlap point or vice versevoid
setAllowTextOverlap(boolean value)
Sets whether to allow text to overlap textvoid
setAllowThemeGraduatedSymbolOverlap(boolean value)
Sets the gradient symbol overlaps in thematic mapsvoid
setAllowThemeGraphOverlap(boolean value)
The settings of thematic map overlapsvoid
setOverlappedSpaceSize(Size2D value)
-
-
-
Method Detail
-
dispose
public void dispose()
Release
-
getAllowTextOverlap
public boolean getAllowTextOverlap()
Gets whether to allow text to overlap text- Returns:
- boolean
-
setAllowTextOverlap
public void setAllowTextOverlap(boolean value)
Sets whether to allow text to overlap text- Parameters:
value
- Color
-
getAllowPointOverlap
public boolean getAllowPointOverlap()
Gets whether to allow points to overlap points- Returns:
- allows text to overlap text
-
setAllowPointOverlap
public void setAllowPointOverlap(boolean value)
Sets whether to allow points to overlap points- Parameters:
value
- Color
-
getAllowTextAndPointOverlap
public boolean getAllowTextAndPointOverlap()
Gets whether to allow text to overlap point or vice verse- Returns:
- boolean
-
setAllowTextAndPointOverlap
public void setAllowTextAndPointOverlap(boolean value)
Sets whether to allow text to overlap point or vice verse- Parameters:
value
- Color
-
getAllowPointWithTextDisplay
public boolean getAllowPointWithTextDisplay()
Gets whether the points and text can be visible- Returns:
- boolean
-
setAllowPointWithTextDisplay
public void setAllowPointWithTextDisplay(boolean value)
Sets whether the points and text can be visible- Parameters:
value
- Color
-
getAllowThemeGraduatedSymbolOverlap
public boolean getAllowThemeGraduatedSymbolOverlap()
Gets the gradient symbol overlaps in thematic maps- Returns:
- boolean
-
setAllowThemeGraduatedSymbolOverlap
public void setAllowThemeGraduatedSymbolOverlap(boolean value)
Sets the gradient symbol overlaps in thematic maps- Parameters:
value
- Color
-
getAllowThemeGraphOverlap
public boolean getAllowThemeGraphOverlap()
Gets thematic map overlaps- Returns:
- boolean
-
setAllowThemeGraphOverlap
public void setAllowThemeGraphOverlap(boolean value)
The settings of thematic map overlaps- Parameters:
value
- Color
-
getOverlappedSpaceSize
public Size2D getOverlappedSpaceSize()
- Returns:
- Size2D
-
setOverlappedSpaceSize
public void setOverlappedSpaceSize(Size2D value)
- Parameters:
value
- Size2D
-
-