程序包 | 说明 |
---|---|
com.supermap.data |
限定符和类型 | 方法和说明 |
---|---|
PointMs |
PointMs.clone()
返回当前 PointMs 对象的一个拷贝。
|
PointMs |
GeoLineM.getPart(int index)
用于返回线对象中指定序号的子对象的点串,成功返回该路由点对象,失败返回空值。
|
static PointMs |
Geometrist.smooth(PointMs points,
int smoothness)
对指定的路由点串对象进行光滑处理。
|
限定符和类型 | 方法和说明 |
---|---|
int |
GeoLineM.addPart(PointMs pointMs)
向路由对象追加一个子对象。
|
boolean |
GeoLineM.CalibrateLineM(PointMs pointMs,
CalibrateMeasureMethod method,
boolean isIgnoreGap)
已过时。
根据路由点串校正路由对象的 M 值。
|
boolean |
GeoLineM.calibrateLineM(PointMs pointMs,
CalibrateMode method,
boolean isIgnoreGap)
已过时。
根据路由点串校正路由对象的 M 值。
|
int |
GeoLineM.indexOf(PointMs part)
返回指定路由点集合所表示的子对象在此路由对象中的序号。
|
boolean |
GeoLineM.insertPart(int index,
PointMs pointMs)
用于往路由对象中的指定位置插入一个路由子对象,成功则返回 true,否则返回 false。
|
static GeoLineM |
GeoLineM.makeLineM(GeoLine geoLine,
PointMs pointMs)
由指定的线对象和路由点集合来生成新的路由对象。
|
boolean |
GeoLineM.setPart(int index,
PointMs pointMs)
在指定的位置上修改二维线子对象,成功则返回 true。
|
static PointMs |
Geometrist.smooth(PointMs points,
int smoothness)
对指定的路由点串对象进行光滑处理。
|
构造器和说明 |
---|
GeoLineM(PointMs pointMs)
根据指定的参数来构造一个 GeoLineM 的新对象。
|
PointMs(PointMs pointMs)
根据指定的 PointMs 对象构造一个与其完全相同的新对象。
|
Copyright © 2021–2024 SuperMap. All rights reserved.