类的使用
com.supermap.data.Point2Ds
-
-
com.supermap.analyst.navigation中Point2Ds的使用
返回Point2Ds的com.supermap.analyst.navigation中的方法 限定符和类型 方法和说明 Point2Ds
PathAnalyst. getAltPathPoints()
返回备选分析结果的途经点集合。Point2Ds
PathAnalyst. getPathPoints()
返回分析结果的途经点集合。Point2Ds
PathAnalyst. mapMatch(GPSData[] datas, int candidateCount)
已过时。已废弃Point2Ds
PathAnalyst. traceRectify(GPSData[] tracePoints, int candidateCount)
已过时。已废弃参数类型为Point2Ds的com.supermap.analyst.navigation中的方法 限定符和类型 方法和说明 void
PathAnalyst. setPoints(Point2Ds pnts)
设置导航分析的中间点。 -
com.supermap.analyst.networkanalyst中Point2Ds的使用
返回Point2Ds的com.supermap.analyst.networkanalyst中的方法 限定符和类型 方法和说明 Point2Ds
SSCPathAnalyst. getAlternativePathPoints()
返回备选分析结果的途经点集合。Point2Ds
GroupAnalystParameter. getBarrierPoints()
返回障碍结点的坐标列表。Point2Ds
TransportationAnalystParameter. getBarrierPoints()
返回障碍结点的坐标列表。Point2Ds
VRPAnalystParameter. getBarrierPoints()
返回障碍结点的坐标列表。Point2Ds
SSCPathAnalystParameter. getMidpoints()
返回SSC最佳路径分析的中间点。Point2Ds
SSCPathAnalyst. getPathPoints()
返回分析结果的途经点集合。Point2Ds
GroupAnalystParameter. getPoints()
返回分析时备选中心点的集合。Point2Ds
TransportationAnalystParameter. getPoints()
返回分析时途经点的集合。参数类型为Point2Ds的com.supermap.analyst.networkanalyst中的方法 限定符和类型 方法和说明 TransportationAnalystResult
TransportationAnalyst. findMTSPPath(TransportationAnalystParameter parameter, Point2Ds centerPoints, boolean hasLeastTotalCost)
多旅行商(物流配送)分析,配送中心为点坐标串。void
GroupAnalystParameter. setBarrierPoints(Point2Ds value)
设置障碍结点的坐标列表。void
TransportationAnalystParameter. setBarrierPoints(Point2Ds value)
设置障碍结点的坐标列表。void
VRPAnalystParameter. setBarrierPoints(Point2Ds value)
设置障碍结点的坐标列表。SSCPathAnalystParameter
SSCPathAnalystParameter. setMidpoints(Point2Ds pnts)
设置SSC最佳路径分析的中间点。void
GroupAnalystParameter. setPoints(Point2Ds value)
设置分析时备选中心点的集合。void
TransportationAnalystParameter. setPoints(Point2Ds value)
设置分析时途经点的集合。 -
com.supermap.analyst.spatialanalyst中Point2Ds的使用
返回Point2Ds的com.supermap.analyst.spatialanalyst中的方法 限定符和类型 方法和说明 Point2Ds
ExtremumInfo. getMaxPoints()
返回查找到的最大值的坐标值。Point2Ds
ExtremumInfo. getMinPoints()
返回查找到的最小值的坐标值。参数类型为Point2Ds的com.supermap.analyst.spatialanalyst中的方法 限定符和类型 方法和说明 static DatasetVector
ProximityAnalyst. createThiessenPolygon(Point2Ds sourcePoints, Datasource outputDatasource, String outputDatasetName, GeoRegion clipRegion)
static DatasetVector
ProximityAnalyst. createThiessenPolygon(Point2Ds sourcePoints, Datasource outputDatasource, String outputDatasetName, GeoRegion clipRegion, SteppedListener... listeners)
根据给定的点集合生成泰森多边形。static GeoRegion[]
ProximityAnalyst. createThiessenPolygon(Point2Ds sourcePoints, GeoRegion clipRegion)
已过时。此方法已废弃,请使用支持进度监听的新方法ProximityAnalyst.createThiessenPolygon(Point2Ds, GeoRegion, SteppedListener...)
替换。static GeoRegion[]
ProximityAnalyst. createThiessenPolygon(Point2Ds sourcePoints, GeoRegion clipRegion, SteppedListener... listeners)
根据给定的点集合生成泰森多边形。 -
com.supermap.analyst.terrainanalyst中Point2Ds的使用
参数类型为Point2Ds的com.supermap.analyst.terrainanalyst中的方法 限定符和类型 方法和说明 static DatasetGrid
HydrologyAnalyst. watershed(DatasetGrid directionGrid, Point2Ds pourPoints, Datasource targetDatasource, String resultGridName)
流域分割,即生成指定汇水点(二维点集合)的流域盆地。static DatasetGrid
HydrologyAnalyst. watershed(DatasetGrid directionGrid, Point2Ds pourPoints, Datasource targetDatasource, String resultGridName, SteppedListener... listeners)
-
com.supermap.data中Point2Ds的使用
返回Point2Ds的com.supermap.data中的方法 限定符和类型 方法和说明 Point2Ds
Point2Ds. clone()
返回当前 Point2Ds 对象的一个拷贝。static Point2Ds
Geometrist. closestPoint(Geometry geometry1, Geometry geometry2)
求两个几何对象最短距离对应的两端点Point2Ds
GeoBezier3Curve. getControlPoints()
获取控制点集合Point2Ds
GeoBSpline. getControlPoints()
返回控制点集合。Point2Ds
GeoCardinal. getControlPoints()
返回控制点集合。Point2Ds
GeoCurve. getControlPoints()
返回控制点集合。Point2Ds
GeoGraphicObject. getInnerPositionPoints()
获取几何对象的内点。Point2Ds
Transformation. getOriginalControlPoints()
返回在待配准图层上已选择的控制点。Point2Ds
GeoLine. getPart(int index)
返回此线几何对象中指定序号的子对象,以有序点集合的方式返回该子对象。Point2Ds
GeoRegion. getPart(int index)
返回此面几何对象中指定序号的子对象,以有序点集合的方式返回该子对象。Point2Ds
Transformation. getTargetControlPoints()
返回在参考图层上已选择的控制点。static Point2Ds
Geometrist. smooth(Point2Ds points, int smoothness)
对指定的点串对象进行光滑处理。Point2Ds
Point3Ds. toPoint2Ds()
将三维点集合对象转换为二维点集合对象,转换过程中每个三维点的 Z 值都将丢失。参数类型为Point2Ds的com.supermap.data中的方法 限定符和类型 方法和说明 int
GeoLine. addPart(Point2Ds points)
向此线几何对象追加一个子对象。int
GeoRegion. addPart(Point2Ds points)
向此面几何对象追加一个子对象。static int[]
Geometrist. aggregatePoints(Point2Ds points, PrjCoordSys prjCoordSys, double distance, Unit unit, int minPilePointCount)
对点集合进行密度聚类,返回每个点所属的聚类类别。static GeoRegion[]
Geometrist. aggregatePointsToRegions(Point2Ds points, PrjCoordSys prjCoordSys, double distance, Unit unit, int minPilePointCount)
对点集进行密度聚类,返回聚类后的面对像。static GeoRegion
Geometrist. computeConcaveHull(Point2Ds points, double angle)
计算点集的凹闭包。static GeoRegion
Geometrist. computeConcaveHull(Point2Ds points, double angle, SteppedListener... listeners)
static GeoRegion
Geometrist. computeConvexHull(Point2Ds points)
计算点集的凸闭包,即最小外接多边形。static double
Geometrist. computeGeodesicDistance(Point2Ds points, double majorAxis, double flatten)
计算测地线的长度。static boolean
CoordSysTranslator. convert(Point2Ds points, PrjCoordSys srcPrjCoordSys, PrjCoordSys desPrjCoordSys, CoordSysTransParameter coordSysTransParameter, CoordSysTransMethod coordSysTransMethod)
根据源投影坐标系与目标投影坐标系对坐标点串进行投影转换,结果将直接改变源坐标点串。abstract boolean
Symbol. draw(BufferedImage bitmap, Point2Ds points, GeoStyle style)
boolean
SymbolFill. draw(BufferedImage image, Point2Ds points, GeoStyle style)
boolean
SymbolFill3D. draw(BufferedImage image, Point2Ds points, GeoStyle style)
boolean
SymbolLine. draw(BufferedImage image, Point2Ds points, GeoStyle style)
将线符号对象在指定位图的给定位置上绘制出来。boolean
SymbolMarker. draw(BufferedImage image, Point2Ds points, GeoStyle style)
boolean
SymbolMarker3D. draw(BufferedImage bitmap, Point2Ds points, GeoStyle style)
boolean
SymbolPipeNode. draw(BufferedImage bitmap, Point2Ds points, GeoStyle style)
abstract boolean
Symbol. draw(Graphics graphics, Point2Ds points, GeoStyle style)
boolean
SymbolFill. draw(Graphics graphics, Point2Ds points, GeoStyle style)
boolean
SymbolFill3D. draw(Graphics graphics, Point2Ds points, GeoStyle style)
boolean
SymbolLine. draw(Graphics graphics, Point2Ds points, GeoStyle style)
将线符号对象在指定设备的给定位置上绘制出来。boolean
SymbolMarker. draw(Graphics graphics, Point2Ds points, GeoStyle style)
boolean
SymbolMarker3D. draw(Graphics graphics, Point2Ds points, GeoStyle style)
boolean
SymbolPipeNode. draw(Graphics graphics, Point2Ds points, GeoStyle style)
static boolean
CoordSysTranslator. forward(Point2Ds points, PrjCoordSys prjCoordSys)
在同一地理坐标系下,该方法用于将指定的Point2Ds
类的点对象的地理坐标转换到投影坐标。int
GeoLine. indexOf(Point2Ds part)
返回指定有序点集合所表示的子对象在此线几何对象中的序号。int
GeoRegion. indexOf(Point2Ds part)
返回指定有序点集合所表示的子对象在此面几何对象中的序号。boolean
GeoLine. insertPart(int index, Point2Ds points)
往此线几何对象中的指定位置插入一个子对象。boolean
GeoRegion. insertPart(int index, Point2Ds points)
往此面几何对象中的指定位置插入一个子对象。static Point2D[]
Geometrist. intersectPolyLine(Point2Ds points1, Point2Ds points2)
返回两条折线的交点。static boolean
CoordSysTranslator. inverse(Point2Ds points, PrjCoordSys prjCoordSys)
在同一投影坐标系下,该方法用于将指定的Point2Ds
类的点对象的投影坐标转换到地理坐标。static double[]
Geometrist. linearFitting(Point2Ds points, int degree)
线性拟合。void
GeoBezier3Curve. setControlPoints(Point2Ds controlPoints)
设置控制点集合。void
GeoBSpline. setControlPoints(Point2Ds controlPoints)
设置控制点集合。void
GeoCardinal. setControlPoints(Point2Ds controlPoints)
设置控制点集合。void
GeoCurve. setControlPoints(Point2Ds controlPoints)
设置控制点集合。boolean
Transformation. setOriginalControlPoints(Point2Ds points)
设置在待配准图层上已选择的控制点。boolean
GeoLine. setPart(int index, Point2Ds points)
修改此线几何对象指定序号的子对象,即用新的有序点集合来替换原子对象的有序点集合。boolean
GeoRegion. setPart(int index, Point2Ds points)
修改此面几何对象指定序号的子对象。boolean
Transformation. setTargetControlPoints(Point2Ds points)
设置在参考图层上已选择的控制点。static Point2Ds
Geometrist. smooth(Point2Ds points, int smoothness)
对指定的点串对象进行光滑处理。boolean
Transformation. transform(Point2Ds transformPoint2Ds)
对二维点串进行配准。参数类型为Point2Ds的com.supermap.data中的构造器 构造器和说明 GeoBezier3Curve(Point2Ds controlPoints)
根据控制点构造一个新的 GeoBezier3Curve 对象。GeoBSpline(Point2Ds controlPoints)
根据指定的参数来构造一个 GeoBSpline 的新对象。GeoCardinal(Point2Ds controlPoints)
根据指定的参数来构造一个 GeoCardinal 的新对象。GeoCurve(Point2Ds controlPoints)
根据指定的参数来构造一个 GeoCurve 的新对象。GeoLine(Point2Ds points)
根据指定的参数来构造一个 GeoLine 的新对象。GeoRegion(Point2Ds points)
根据指定的参数来构造一个 GeoRegion 的新对象。Point2Ds(Point2Ds points)
根据给定的 Point2Ds 对象构造一个与其完全相同的新对象。Transformation(Point2Ds originalControlPoints, Point2Ds targetControlPoints, TransformationMode transformMode)
根据指定的参数构造一个 Transformation 的新对象。 -
com.supermap.data.conversion中Point2Ds的使用
返回Point2Ds的com.supermap.data.conversion中的方法 限定符和类型 方法和说明 Point2Ds
CADRasterImageSetting. getClipBoundary()
获取光栅影像图片裁剪边界的点集。参数类型为Point2Ds的com.supermap.data.conversion中的方法 限定符和类型 方法和说明 void
CADRasterImageSetting. setClipBoundary(Point2Ds point2Ds)
设置光栅影像图片裁剪边界的点集。 -
com.supermap.image.processing中Point2Ds的使用
返回Point2Ds的com.supermap.image.processing中的方法 限定符和类型 方法和说明 Point2Ds
IterationImageSummary. getCornerOffset()
获取影像四角像方坐标变量 -
com.supermap.mobjects.electromagnetism中Point2Ds的使用
参数类型为Point2Ds的com.supermap.mobjects.electromagnetism中的方法 限定符和类型 方法和说明 boolean
RadarCustom. setParameter(Point3D point3D, Point2Ds point2Ds, double dAngle, Color sphereColor, Color lineColor, Point3D rotate, double dScale, boolean bGridShow)
设置雷达参数 -
com.supermap.mobjects.situationsimulation中Point2Ds的使用
返回Point2Ds的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 Point2Ds
GeoEntityEffectAttackline. getControlPathRatio()
获取路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。Point2Ds
GeoEntityEffectRadar. getModelSection()
获取探视范围(夹角)。Point2Ds
GeoEntityMoveParameter. getPath2D()
获取路径控制点串。参数类型为Point2Ds的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 boolean
GeoEntitySimulation. addAttackLine(GeoEntity pGeoEntity, GeoEntity pTargetGeoEntity, String strModelPath, double dModelScale, Point2Ds ptsRatioPath, int nTime, GeoStyle3D pTrackLineStyle3D)
为指定实体添加打击线特效boolean
GeoEntitySimulation. addCustomRadar(GeoEntity pGeoEntity, Point2Ds pts2DsModelSection, double dRadarRadius, Color sphereColor, Color lineColor, boolean bGridShow, double dPitchAngle, RadarScanState[] arrRadarScanParam, double dScanSpeed, PolygonFrontFace eCullModeType)
为指定实体添加自定义雷达void
GeoEntityEffectAttackline. setControlPathRatio(Point2Ds ptsControlPathRatio)
设置路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。void
GeoEntityEffectRadar. setDefaultParameter(Point2Ds pts2DsModelSection, double dPitchAngle, Color sphereColor, Color lineColor, double dRadarRadius, boolean bGridShow)
设置自定义雷达参数。void
GeoEntityMoveParameter. setPath2D(Point2Ds pnts)
设置路径比例控制点串。boolean
GeoEntitySimulation. targetAttack(GeoEntity pShellGeoEntity, GeoEntity pAttrackerGeoEntity, GeoEntity pSuffererGeoEntity, Point2Ds ptsRatioPath, int nFlyTime, int nDelayTime, boolean bReset, double dModelScale, String strSuffererFinishModelPath, double dBlastRadius, int nBlastDuringTime, double dFireRadius, int nFireDuringTime, GeoStyle3D pTrackLineStyle3D, long nShowPointCount, SignPro pSignPro)
目标攻击(路径为比例点(起点和终点比例,相对高度))。 -
com.supermap.realspace中Point2Ds的使用
参数类型为Point2Ds的com.supermap.realspace中的方法 限定符和类型 方法和说明 double
Scene. computeSphericalArea(Point2Ds points)
计算由指定的点集合对象构成的多边形的球面面积。
-
Copyright © 2021–2024 SuperMap. All rights reserved.