类的使用
com.supermap.data.Size2D
-
使用Size2D的程序包 程序包 说明 com.supermap.data com.supermap.mapping com.supermap.mobjects.mapdata com.supermap.mobjects.situationmonitor com.supermap.mobjects.situationsimulation com.supermap.plot -
-
com.supermap.data中Size2D的使用
返回Size2D的com.supermap.data中的方法 限定符和类型 方法和说明 static Size2D
Size2D. ceiling(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值为大于等于指定 Size2D 对象对应值的最小整数值,例如给定 Size2D(2.3,6.8),则生成的新的对象为 Size2D(3,7)。Size2D
Size2D. clone()
返回当前 Size2D 对象的一个拷贝。static Size2D
Size2D. floor(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值为小于等于指定 Size2D 对象对应值的最大整数值,例如,指定的对象为 Size2D(2.3,6.8),则生成的新的对象为 Size2D(2,6)。Size2D
StandardMargin.MarginOffset. getAnnotation()
返回附注距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getBasicScale()
返回基本比例尺字样距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getBottomLeftMapName()
返回左下角地图名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getBottomLeftSheetName()
返回左下角图幅名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getBottomRightMapName()
返回右下角地图名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getBottomRightSheetName()
返回右下角图幅名距离图幅默认位置的偏移。Size2D
GeoBox. getBottomSize()
返回长方体的底面的大小。Size2D
GeoPyramid. getBottomSize()
返回四棱锥几何对象底面的大小。static Size2D
Size2D. getEMPTY()
表示一个空的只读的 Size2D 对象, 即 Width,Height 值均为 -1.7976931348623157e+308。Size2D
GeoGraphicObject. getGridSymbolSize()
获取点标号公告板模式大小Size2D
StandardMargin.MarginOffset. getInformation()
返回地图信息注记距离图幅默认位置的偏移。Size2D
GeoStyle. getMarkerSize()
返回点状符号的大小,单位为毫米,精确到0.1毫米。Size2D
GeoGraphicObject. getPictureSize()
获取点标号图片模式的图片大小Size2D
GeoGraphicObject. getPictureSize2D()
获取点标号图片模式的图片大小Size2D
StandardMargin.MarginOffset. getPublisher()
返回出版单位文字距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getSafeInfo()
返回密级文字距离图幅默认位置的偏移。Size2D
GeoGraphicObject. getSymbolSize()
获取标号大小Size2D
StandardMargin.MarginOffset. getTextScale()
返回文字比例尺距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getTopCenterMapName()
返回上中地图名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getTopCenterSheetName()
返回上中图幅号的下中点距离图幅内框上中点的偏移Size2D
StandardMargin.MarginOffset. getTopLeftMapName()
返回左上角地图名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getTopLeftSheetName()
返回左上角图幅名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getTopRightMapName()
返回右上角地图名距离图幅默认位置的偏移。Size2D
StandardMargin.MarginOffset. getTopRightSheetName()
返回右上角图幅名距离图幅默认位置的偏移。static Size2D
Size2D. round(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值是通过对给定 Size2D 对象的对应值进行四舍五入得到,例如给定 Size2D(2.3,6.8), 则四舍五入后的新的对象为 Size2D(2,7)。参数类型为Size2D的com.supermap.data中的方法 限定符和类型 方法和说明 static Size2D
Size2D. ceiling(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值为大于等于指定 Size2D 对象对应值的最小整数值,例如给定 Size2D(2.3,6.8),则生成的新的对象为 Size2D(3,7)。boolean
Size2D. equals(Size2D sz)
判定此 Size2D 是否与指定 Size2D 有相同的坐标。static Size2D
Size2D. floor(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值为小于等于指定 Size2D 对象对应值的最大整数值,例如,指定的对象为 Size2D(2.3,6.8),则生成的新的对象为 Size2D(2,6)。static Size2D
Size2D. round(Size2D sz)
返回一个新的 Size2D 对象,其宽度和高度值是通过对给定 Size2D 对象的对应值进行四舍五入得到,例如给定 Size2D(2.3,6.8), 则四舍五入后的新的对象为 Size2D(2,7)。void
StandardMargin.MarginOffset. setAnnotation(Size2D annotation)
设置附注距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setBasicScale(Size2D basicScale)
设置基本比例尺字样距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setBottomLeftMapName(Size2D bottomLeftMapName)
设置左下角地图名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setBottomLeftSheetName(Size2D bottomLeftSheetName)
设置左下角图幅名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setBottomRightMapName(Size2D bottomRightMapName)
设置右下角地图名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setBottomRightSheetName(Size2D bottomRightSheetName)
设置右下角图幅名距离图幅默认位置的偏移。void
GeoBox. setBottomSize(Size2D value)
设置长方体的底面的大小。void
GeoPyramid. setBottomSize(Size2D value)
设置四棱锥几何对象底面的大小。void
GeoGraphicObject. setGridSymbolSize(Size2D value)
设置点标号公告板模式大小void
StandardMargin.MarginOffset. setInformation(Size2D information)
设置地图信息注记距离图幅默认位置的偏移。void
GeoStyle. setMarkerSize(Size2D value)
设置点状符号的大小,单位为毫米,精确到0.1毫米。void
GeoGraphicObject. setPictureSize(Size2D pictureSize)
设置点标号图片模式的图片大小void
GeoGraphicObject. setPictureSize2D(Size2D pictureSize)
设置点标号图片模式的图片大小void
StandardMargin.MarginOffset. setPublisher(Size2D publisher)
设置出版单位文字距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setSafeInfo(Size2D safeInfo)
设置密级文字距离图幅默认位置的偏移。void
GeoGraphicObject. setSymbolSize(Size2D value)
设置标号大小void
StandardMargin.MarginOffset. setTextScale(Size2D textScale)
设置文字比例尺距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setTopCenterMapName(Size2D topCenterMapName)
设置上中地图名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setTopCenterSheetName(Size2D topCenterSheetName)
设置上中图幅号的下中点距离图幅内框上中点的偏移void
StandardMargin.MarginOffset. setTopLeftMapName(Size2D topLeftMapName)
设置左上角地图名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setTopLeftSheetName(Size2D topLeftSheetName)
设置左上角图幅名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setTopRightMapName(Size2D topRightMapName)
设置右上角地图名距离图幅默认位置的偏移。void
StandardMargin.MarginOffset. setTopRightSheetName(Size2D topRightSheetName)
设置右上角图幅名距离图幅默认位置的偏移。参数类型为Size2D的com.supermap.data中的构造器 构造器和说明 GeoBox(Point3D position, Size2D bottomSize, double height)
根据指定的参数来构造一个 GeoBox 的新对象。GeoPyramid(Point3D position, Size2D bottomSize, double height)
根据指定的参数来构造一个 GeoPyramid 的新对象。Rectangle2D(Point2D center, Size2D size)
根据指定的参数来构造一个 Rectangle2D 的新对象。Size2D(Size2D sz)
根据给定的 Size2D 对象构造一个与其完全相同的新对象。 -
com.supermap.mapping中Size2D的使用
返回Size2D的com.supermap.mapping中的方法 限定符和类型 方法和说明 Size2D
MapOverlapDisplayedOptions. getOverlappedSpaceSize()
返回两个对象之间的压盖间距,为正数时表示两个对象之间的距离,为负数时表示两个对象的压盖距离。Size2D
ThemeLabel. getTextExtentInflation()
返回标签中文本在 X,Y 正方向上的缓冲范围。参数类型为Size2D的com.supermap.mapping中的方法 限定符和类型 方法和说明 void
MapOverlapDisplayedOptions. setOverlappedSpaceSize(Size2D value)
设置两个对象之间的压盖间距,为正数时表示两个对象之间的距离,为负数时表示两个对象的压盖距离。void
ThemeLabel. setTextExtentInflation(Size2D value)
设置标签中文本在 X,Y 正方向上的缓冲范围。 -
com.supermap.mobjects.mapdata中Size2D的使用
返回Size2D的com.supermap.mobjects.mapdata中的方法 限定符和类型 方法和说明 Size2D
StandardMargin. calcSheetSize(double Scale)
根据比例尺分母获取标准分幅的范围Size2D
ThumbnailParameter. getOffset()
获取缩略图左上角相对图幅的某个角点偏移量(mm)Size2D
ThumbnailParameter. getThumbnailSize()
获取缩略图显示的大小(mm)参数类型为Size2D的com.supermap.mobjects.mapdata中的方法 限定符和类型 方法和说明 void
ThumbnailParameter. setOffset(Size2D szOffset)
设置缩略图左上角相对图幅的某个角点偏移量(mm)void
ThumbnailParameter. setThumbnailSize(Size2D szThumbnail)
获取缩略图显示的大小(mm) -
com.supermap.mobjects.situationmonitor中Size2D的使用
返回Size2D的com.supermap.mobjects.situationmonitor中的方法 限定符和类型 方法和说明 Size2D
DotGridStyle. get2DGridSymbolSize()
获取公告板符号尺寸(二维)。Size2D
DotGridStyle. get3DGridSymbolSize()
获取公告板符号尺寸(三维)。Size2D
DotPictureStyle. getPictureSymbolSize()
获取标号图片模式图片大小。参数类型为Size2D的com.supermap.mobjects.situationmonitor中的方法 限定符和类型 方法和说明 void
DotGridStyle. set2DGridSymbolSize(Size2D size)
设置公告板符号尺寸(二维)。void
DotGridStyle. set3DGridSymbolSize(Size2D size)
设置公告板符号尺寸(三维)。void
DotPictureStyle. setPictureSymbolSize(Size2D size)
设置标号图片模式图片大小。 -
com.supermap.mobjects.situationsimulation中Size2D的使用
返回Size2D的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 Size2D
GeoEntityPlotStyle. get3DGridSymbolSize()
获取三维公告本模式标号大小参数类型为Size2D的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 void
GeoEntityPlotStyle. set3DGridSymbolSize(Size2D size)
设置三维公告本模式标号大小 -
com.supermap.plot中Size2D的使用
返回Size2D的com.supermap.plot中的方法 限定符和类型 方法和说明 Size2D
SymbolDefaultStyle. getDefaultGridSymbolSize()
获取标号缺省属性的点标号公告板模式大小Size2D
SymbolDefaultStyle. getDefaultSymbolSize()
获取标号缺省属性的标号大小参数类型为Size2D的com.supermap.plot中的方法 限定符和类型 方法和说明 void
SymbolDefaultStyle. setDefaultGridSymbolSize(Size2D size)
设置标号缺省属性的点标号公告板模式大小void
SymbolDefaultStyle. setDefaultSymbolSize(Size2D size)
设置标号缺省属性的标号大小
-
Copyright © 2021–2024 SuperMap. All rights reserved.