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 voiddispose()ReleasebooleangetAllowPointOverlap()Gets whether to allow points to overlap pointsbooleangetAllowPointWithTextDisplay()Gets whether the points and text can be visiblebooleangetAllowTextAndPointOverlap()Gets whether to allow text to overlap point or vice versebooleangetAllowTextOverlap()Gets whether to allow text to overlap textbooleangetAllowThemeGraduatedSymbolOverlap()Gets the gradient symbol overlaps in thematic mapsbooleangetAllowThemeGraphOverlap()Gets thematic map overlapsSize2DgetOverlappedSpaceSize()voidsetAllowPointOverlap(boolean value)Sets whether to allow points to overlap pointsvoidsetAllowPointWithTextDisplay(boolean value)Sets whether the points and text can be visiblevoidsetAllowTextAndPointOverlap(boolean value)Sets whether to allow text to overlap point or vice versevoidsetAllowTextOverlap(boolean value)Sets whether to allow text to overlap textvoidsetAllowThemeGraduatedSymbolOverlap(boolean value)Sets the gradient symbol overlaps in thematic mapsvoidsetAllowThemeGraphOverlap(boolean value)The settings of thematic map overlapsvoidsetOverlappedSpaceSize(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
-
-