类的使用
com.supermap.data.Point2D
-
-
com.supermap.analyst.addressmatching中Point2D的使用
返回Point2D的com.supermap.analyst.addressmatching中的方法 限定符和类型 方法和说明 Point2DAddressMatchResult. getLocation()返回查询出来的地址所在的地理位置。 -
com.supermap.analyst.navigation中Point2D的使用
返回Point2D的com.supermap.analyst.navigation中的方法 限定符和类型 方法和说明 Point2DPathInfo. getJunction()返回到下一条道路的路口点坐标。Point2DGPSData. getPoint()已过时。返回GPS点的坐标。参数类型为Point2D的com.supermap.analyst.navigation中的方法 限定符和类型 方法和说明 voidPathAnalyst. setEndPoint(Point2D pnt)设置导航分析的终止点。voidGPSData. setPoint(Point2D value)已过时。设置GPS点的坐标。voidPathAnalyst. setStartPoint(Point2D pnt)设置导航分析的起始点。 -
com.supermap.analyst.networkanalyst中Point2D的使用
返回Point2D的com.supermap.analyst.networkanalyst中的方法 限定符和类型 方法和说明 Point2DCenterPointInfo. getCenterPoint()返回中心点坐标。Point2DDemandPointInfo. getDemandPoint()返回需求点坐标。Point2DMultiTransportationAnalystRelation. getEndPoint()返回终止关系点坐标。Point2DSSCPathAnalystParameter. getEndPoint()返回SSC最佳路径分析的终止点。Point2DPathInfo. getJunction()返回到下一条道路的路口点坐标。Point2DGroupPointInfo. getPoint()返回当前分配点的坐标。Point2DMultiTransportationAnalystPoint. getPoint()返回当前多网络数据集关系点的坐标。Point2DTrackPoint. getPoint()返回轨迹点。Point2DMapMatchingLikelyResult. getRectifiedPoint()返回地图匹配后的轨迹点,它对应于每个输入点进行处理的点,数组大小等于输入点数目。Point2D[]MapMatchingResult. getRectifiedPoints()返回地图匹配后的轨迹点,它对应于每个输入点进行处理的点,数组大小等于输入点数目。Point2DVehicleInfo. getSEPoint()返回物流分析单向路线中的起止点坐标。Point2DMultiTransportationAnalystRelation. getStartPoint()返回起始关系点坐标。Point2DSSCPathAnalystParameter. getStartPoint()返回SSC最佳路径分析的起始点。Point2D[]MapMatchingLikelyResult. getTrackPoints()返回实时地图匹配后得到的轨迹点。Point2D[]MapMatchingResult. getTrackPoints()返回地图匹配后得到的轨迹点。Point2D[]TrajectoryPreprocessingResult. getTrackPoints()返回处理后得到的轨迹点。参数类型为Point2D的com.supermap.analyst.networkanalyst中的方法 限定符和类型 方法和说明 TransportationAnalystResultTransportationAnalyst. findClosestFacility(TransportationAnalystParameter parameter, Point2D eventPoint, int facilityCount, boolean isFromEvent, double maxWeight)根据指定的参数进行最近设施查找分析,事件点为坐标点。voidCenterPointInfo. setCenterPoint(Point2D value)设置中心点坐标。voidDemandPointInfo. setDemandPoint(Point2D value)设置需求点坐标。voidMultiTransportationAnalystRelation. setEndPoint(Point2D value)设置终止关系点坐标。SSCPathAnalystParameterSSCPathAnalystParameter. setEndPoint(Point2D pnt)设置SSC最佳路径分析的终止点。voidGroupPointInfo. setPoint(Point2D value)设置当前分配点的坐标。voidMultiTransportationAnalystPoint. setPoint(Point2D value)设置当前多网络数据集关系点的坐标。TrackPointTrackPoint. setPoint(Point2D value)设置轨迹点。voidVehicleInfo. setSEPoint(Point2D value)设置物流分析单向路线中的起止点坐标。voidMultiTransportationAnalystRelation. setStartPoint(Point2D value)设置起始关系点坐标。SSCPathAnalystParameterSSCPathAnalystParameter. setStartPoint(Point2D pnt)设置 SSC最佳路径分析的起始点。参数类型为Point2D的com.supermap.analyst.networkanalyst中的构造器 构造器和说明 TrackPoint(Point2D point, Date time)根据给定的轨迹点对象构造一个与其完全相同的新对象。 -
com.supermap.analyst.spatialanalyst中Point2D的使用
返回Point2D的com.supermap.analyst.spatialanalyst中的方法 限定符和类型 方法和说明 Point2DStatisticsPoint. getPoint()获取坐标点。参数类型为Point2D的com.supermap.analyst.spatialanalyst中的方法 限定符和类型 方法和说明 static doubleCalculationTerrain. computePointAspect(DatasetGrid sourceDatasetGrid, Point2D specifiedPoint)计算 DEM 栅格上指定点处的坡向。static doubleCalculationTerrain. computePointSlope(DatasetGrid sourceDatasetGrid, Point2D specifiedPoint, SlopeType slopeType, double zFactor)计算 DEM 栅格上指定点处的坡度。static CostPathLineResultDistanceAnalyst. costPathLine(Point2D sourcePoint, Point2D targetPoint, DatasetGrid costGrid, SmoothMethod smoothMethod, int smoothDegree, Datasource targetDatasource, String targetDatasetName)已过时。static CostPathLineResultDistanceAnalyst. costPathLine(Point2D sourcePoint, Point2D targetPoint, DatasetGrid costGrid, SmoothMethod smoothMethod, int smoothDegree, Datasource targetDatasource, String targetDatasetName, SteppedListener... listeners)如下图所示,以对 DEM 栅格计算坡度后重分级的结果栅格作为耗费栅格,指定两点分别作为源点和目标点,进行两点间栅格最短路径分析,得到两点间的最少耗费路线:
根据给定的参数,计算指定源和目标点之间的最少耗费路径。static PathLineResultDistanceAnalyst. costPathLine(Point2D sourcePoint, Point2D targetPoint, DistanceAnalystParameter parameter)根据给定的参数,计算源点和目标点之间的最小耗费路径(一个二维矢量线对象)。static PathLineResultDistanceAnalyst. costPathLine(Point2D sourcePoint, Point2D targetPoint, DistanceAnalystParameter parameter, SteppedListener... listeners)计算2点间最短路径static DatasetGridInterpolator. interpolate(InterpolationParameter parameter, Point2D[] points, double[] values, PrjCoordSys prjCoordSys, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat)static DatasetGridInterpolator. interpolate(InterpolationParameter paramerter, Point2D[] points, double[] values, PrjCoordSys prjCoordSys, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat, SteppedListener... listeners)对点数组进行插值分析,并返回分析结果。static PathLineResultDistanceAnalyst. pathLine(Point2D targetPoint, DatasetGrid distanceGrid, DatasetGrid directionGrid, SmoothMethod smoothMethod, int smoothDegree)根据距离栅格和方向栅格,分析从目标点出发到达最近源的最短路径(一个二维矢量线对象)。static GeoLineGeneralization. regionToCenterLine(GeoRegion sourceRegion, Point2D pointFrom, Point2D pointTo)根据给定的起点和终点提取面对象的中心线,一般用于提取河流的中心线。voidStatisticsPoint. setPoint(Point2D pnt)设置坐标点static PathLineResultDistanceAnalyst. surfacePathLine(Point2D sourcePoint, Point2D targetPoint, DistanceAnalystParameter parameter)根据给定的参数,计算源点和目标点之间的最短表面距离路径(一个二维矢量线对象)。static PathLineResultDistanceAnalyst. surfacePathLine(Point2D sourcePoint, Point2D targetPoint, DistanceAnalystParameter parameter, SteppedListener... listeners)计算两点间表面最短路径参数类型为Point2D的com.supermap.analyst.spatialanalyst中的构造器 构造器和说明 StatisticsPoint(Point2D pnt)根据指定的坐标点构造一个StatisticsPoint对象。StatisticsPoint(Point2D pnt, int statisticsCount)根据指定的坐标和统计属性值构造一个StatisticsPoint对象。 -
com.supermap.analyst.spatialstatistics中Point2D的使用
返回Point2D的com.supermap.analyst.spatialstatistics中的方法 限定符和类型 方法和说明 Point2D[]MeanShiftParameter. getInitClusterSeeds()返回自定义初始聚类中心。static Point2D[]ClusteringDistributions. kmeans(DatasetVector sourceDatasetVector, KMeansParameter parameter, SteppedListener... listeners)K均值聚类,返回聚类中心二维点数组。static Point2D[]ClusteringDistributions. meanShift(DatasetVector sourceDatasetVector, MeanShiftParameter parameter, SteppedListener... listeners)均值偏移聚类,返回聚类中心二维点数组。参数类型为Point2D的com.supermap.analyst.spatialstatistics中的方法 限定符和类型 方法和说明 voidMeanShiftParameter. setInitClusterSeeds(Point2D[] value)自定义初始聚类中心。 -
com.supermap.analyst.terrainanalyst中Point2D的使用
返回Point2D的com.supermap.analyst.terrainanalyst中的方法 限定符和类型 方法和说明 Point2DQuadMeshParameter. getLeftBottomPoint()返回网格剖分的区域多边形左下角点坐标。Point2DQuadMeshParameter. getLeftTopPoint()返回网格剖分的区域多边形左上角点坐标。Point2DQuadMeshParameter. getRightBottomPoint()返回网格剖分的区域多边形右下角点坐标。Point2DQuadMeshParameter. getRightTopPoint()返回网格剖分的区域多边形右上角点坐标。参数类型为Point2D的com.supermap.analyst.terrainanalyst中的方法 限定符和类型 方法和说明 voidQuadMeshParameter. setLeftBottomPoint(Point2D value)设置网格剖分的区域多边形左下角点坐标。voidQuadMeshParameter. setLeftTopPoint(Point2D value)设置网格剖分的区域多边形左上角点坐标。voidQuadMeshParameter. setRightBottomPoint(Point2D value)设置网格剖分的区域多边形右下角点坐标。voidQuadMeshParameter. setRightTopPoint(Point2D value)设置网格剖分的区域多边形右上角点坐标。参数类型为Point2D的com.supermap.analyst.terrainanalyst中的构造器 构造器和说明 QuadMeshParameter(GeoRegion quadMeshRegion, int rowCount, int colCount, Point2D leftBottomPoint, Point2D rightBottomPoint, Point2D rightTopPoint, Point2D leftTopPoint, String rowField, String colField)根据给定的参数构造一个网格划分参数类的新对象。 -
com.supermap.analyst.trafficanalyst中Point2D的使用
返回Point2D的com.supermap.analyst.trafficanalyst中的方法 限定符和类型 方法和说明 Point2DTransferAnalystParameter. getEndPosition()返回公交换乘分析时输入的终点的坐标,可以是任意位置。Point2DTransferGuideItem. getEndPosition()返回换乘导引子项所表示的一段乘车(或步行)路线的下车站点(或终点)的坐标。Point2DStopInfo. getPosition()返回公交站点的位置,即在公交站点数据集中该站点的位置。Point2DTransferAnalystParameter. getStartPosition()返回公交换乘分析时输入的起点的坐标,可以是任意位置。Point2DTransferGuideItem. getStartPosition()返回换乘导引子项所表示的一段乘车(或步行)路线的上车站点(或起点)的坐标。参数类型为Point2D的com.supermap.analyst.trafficanalyst中的方法 限定符和类型 方法和说明 TransferGuideTransferAnalyst. getDetailInfo(Point2D startPoint, Point2D endPoint, TransferLine[] transferLines)根据起点、终点和乘车段集合返回完整的公交换乘导引。voidTransferAnalystParameter. setEndPosition(Point2D value)设置公交换乘分析时输入的终点的坐标,可以是任意位置。voidTransferAnalystParameter. setStartPosition(Point2D value)设置公交换乘分析时输入的起点的坐标,可以是任意位置。 -
com.supermap.data中Point2D的使用
声明为Point2D的com.supermap.data中的字段 限定符和类型 字段和说明 Point2DRectangle2D. leftBottomPoint2DSymbolAnnotation. lnlatOffset注记位置偏移量Point2DRectangle2D. rightTop返回Point2D的com.supermap.data中的方法 限定符和类型 方法和说明 static Point2DPoint2D. ceiling(Point2D pt)返回一个新的点对象,其 X、Y 坐标值分别为大于等于指定点对象的 X、Y 坐标值的最小整数值,例如:给定点对象的 X、Y 坐标值为(32.12, 20.67),则生成的新的点对象的 X 坐标值应取大于等于给定点对象 X 坐标值的最小整数值,所以新的点对象的 X 坐标值为33,同理新的点对象的 Y 坐标值为21,因此,得到的新的点对象的坐标为(33,21)。Point2DPoint2D. clone()返回当前 Point2D 对象的一个拷贝。static Point2DGeometrist. computePerpendicularPosition(Point2D point, Point2D startPoint, Point2D endPoint)计算已知点到已知线的垂足。static Point2D[]Geometrist. createRandomPoints(Geometry sourceGeometry, int randomNumber, double minDistance)在指定的线要素沿线或面要素内创建随机点。Point2DGeoArc. findPointOnArc(double sweepAngle)根据扫过的角度值返回圆弧上的某一点。Point2DGeoEllipticArc. findPointOnArc(double sweepAngle)根据扫过角度值返回椭圆弧几何对象上的某一点。Point2DGeoLine. findPointOnLineByDistance(double distance)在线上以指定的距离找点,查找的起始点为线的起始点。Point2DGeoLineM. findPointOnLineByDistance(double distance)在路由上以指定的距离找点,查找的起始点为二维线的起始点。static Point2DPoint2D. floor(Point2D pt)返回一个新的点对象,其 X、Y 坐标值分别为小于等于指定点对象的 X、Y 坐标值的最大整数值,例如:给定点对象的 X、Y 坐标值为(32.12,20.67),则生成的新的点对象的 X 坐标值应取小于等于给定点对象 X 坐标值的最大整数值,所以新的点对象的 X 坐标值为32,同理新的点对象的 Y 坐标值为20,因此,得到的新的点对象的坐标为(32,20)。Point2DGeoGraphicObject. getAnchorPoint()获取标号二维锚点Point2DTextPart. getAnchorPoint()返回此文本子对象实例的锚点,其类型为Point2D。Point2DSymbolMarker. getBasePoint()获取原点Point2DGeoArc. getCenter()返回圆弧的圆心。Point2DGeoChord. getCenter()返回弓形几何对象所在椭圆的圆心。Point2DGeoCircle. getCenter()返回圆几何对象的圆心。Point2DGeoEllipse. getCenter()返回椭圆几何对象的圆心。Point2DGeoEllipticArc. getCenter()返回椭圆弧几何对象所在椭圆的圆心。Point2DGeoLegend. getCenter()返回二维矩形几何对象的中心点。Point2DGeoPicture. getCenter()返回二维图片几何对象的中心点。Point2DGeoPie. getCenter()返回扇面几何对象所在椭圆的圆心。Point2DGeoRectangle. getCenter()返回二维矩形几何对象的中心点。Point2DGeoRoundRectangle. getCenter()返回二维圆角矩形几何对象的中心点。Point2DRectangle2D. getCenter()返回矩形对象的中心点,其 x 坐标值为(左边界坐标值+右边界坐标值)/2,y 坐标值为(上边界坐标值+下边界坐标值)/2。static Point2DGeometrist. getCentroid(GeoRegion geoRegion)获取指定面的质心点static Point2DPoint2D. getEMPTY()返回一个空的点对象,即其 X,Y 坐标值均为-1.7976931348623157e+308。Point2DSpatialIndexInfo. getGridCenter()返回网格索引的中心点。Point2DGeometry. getInnerPoint()返回几何对象的内点。Point2DPoint2Ds. getItem(int index)返回此点集合对象中指定序号的点对象。Point2DGeoMapScale. getLeftBottom()返回地图比例尺几何对象的左下角点。Point2DGeoMap. getMapCenter()已过时。自 12.0.0 版本废弃,请使用 MapLayout.getMapCenter(int geoMapID)方法。
Point2DGeoStyle3D. getMarkerAnchorPoint()返回地标的锚点,锚点的位置取决于锚点所用图片,如果锚点放在图片的左下角,则为(0, 0)点,如果锚点放在图片的右上角,则为(1, 1)点,其他位置则两个分量的范围在0-1之间。Point2D[]CoordSysTransRunnableArgs. getPoint2ds()需要进行转换的坐标点串(二维点)。Point2DGeoLineM. getPointAtDistance(double distance)返回指定距离处对应的点对象。Point2DGeoLineM. getPointAtDistance(double distance, boolean isIgnoreGap)返回指定距离处对应的点对象。Point2DGeoLineM. getPointAtM(double measure)返回指定 M 值对应的点对象。Point2DGeoLineM. getPointAtM(double measure, double offset, boolean isIgnoreGap)返回指定 M 值对应的点对象。Point2DGeoParametricSurfaceMesh. getURange()获取U参数范围。Point2DGeoParametricSurfaceMesh. getVRange()获取V参数范围。Point2DDatasetGrid. gridToXY(Point point)根据指定的行数和列数所对应的栅格点转换为地理坐标系下的点,即 X, Y 坐标。Point2DDatasetImage. imageToXY(Point point)将影像数据集的每一个像素点对应到地理坐标系下的坐标点,即 x, y 坐标。static Point2DGeometrist. intersectLine(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2, boolean isExtended)返回两条线段(直线)的交点。static Point2D[]Geometrist. intersectPolyLine(Point2Ds points1, Point2Ds points2)返回两条折线的交点。static Point2DGeometrist. nearestPointToVertex(Point2D vertex, Geometry geometry)从几何对象(目前仅支持线对象)上找一点与给定的点距离最近。static Point2DPoint2D. round(Point2D pt)返回一个新的点对象。Point2D[]Point2Ds. toArray()将此点集合对象转换成为一个点对象的数组。参数类型为Point2D的com.supermap.data中的方法 限定符和类型 方法和说明 intPoint2Ds. add(Point2D pt)将指定的点对象添加到点集合对象的末尾。intPoint2Ds. addRange(Point2D[] points)将指定的多个点对象添加到此点集合对象的末尾。static Point2DPoint2D. ceiling(Point2D pt)返回一个新的点对象,其 X、Y 坐标值分别为大于等于指定点对象的 X、Y 坐标值的最小整数值,例如:给定点对象的 X、Y 坐标值为(32.12, 20.67),则生成的新的点对象的 X 坐标值应取大于等于给定点对象 X 坐标值的最小整数值,所以新的点对象的 X 坐标值为33,同理新的点对象的 Y 坐标值为21,因此,得到的新的点对象的坐标为(33,21)。static GeoArcGeometrist. computeFillet(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2, double radius)计算线与线的倒圆角,返回倒圆角所对应的弧段。static GeoLineGeometrist. computeGeodesicLine(Point2D startPoint, double angle, double distance, GeodesicLineParameter parameter)根据指定起始点、方位角度以及距离计算测地线,返回结果线对象。static GeoLineGeometrist. computeGeodesicLine(Point2D startPoint, Point2D endPoint, GeodesicLineParameter parameter)根据指定起始终止点计算测地线,返回结果线对象。static GeoLineGeometrist. computeParallel(Point2D point, Point2D startPoint, Point2D endPoint)求经过指定点与已知直线平行的直线。static GeoLineGeometrist. computePerpendicular(Point2D point, Point2D startPoint, Point2D endPoint)计算已知点到已知线的垂线。static Point2DGeometrist. computePerpendicularPosition(Point2D point, Point2D startPoint, Point2D endPoint)计算已知点到已知线的垂足。voidGeoGraphicObject. computeScalePoint(Point2D posPt, int index)计算比例点static StringStandardMargin. computeSheetName(Point2D bottomLeft, StandardMargin.MarginScaleType scaleType)根据左下脚坐标和比例尺计算图幅名称。booleanRectangle2D. contains(Point2D pt)判定指定的点是否包含在此矩形内。static doubleGeometrist. distanceToLineSegment(Point2D point, Point2D startPoint, Point2D endPoint)计算已知点到已知线段的距离。booleanPoint2D. equals(Point2D pt)判定此 Point2D 是否与指定的 Point2D 相等,即有相同的坐标值。booleanGeoLineM. extrapolateM(Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, CalibrateMeasureMethod method)已过时。对路由对象的 BEFORE 与 AFTER 位置处的 M 值进行插值。关于位置的定义请参见 WhereToCalibrate 枚举。booleanGeoLineM. extrapolateM(Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, CalibrateMode method)已过时。对路由对象的 BEFORE 与 AFTER 位置处的 M 值进行插值。关于位置的定义请参见 WhereToCalibrate 枚举。static Point2DPoint2D. floor(Point2D pt)返回一个新的点对象,其 X、Y 坐标值分别为小于等于指定点对象的 X、Y 坐标值的最大整数值,例如:给定点对象的 X、Y 坐标值为(32.12,20.67),则生成的新的点对象的 X 坐标值应取小于等于给定点对象 X 坐标值的最大整数值,所以新的点对象的 X 坐标值为32,同理新的点对象的 Y 坐标值为20,因此,得到的新的点对象的坐标为(32,20)。doubleGeoLineM. getMAtPoint(Point2D point2D, double tolerance, boolean isIgnoreGap)返回路由对象指定点处的 M 值。static MosaicPixelValuesMosaicToolkit. getValue(DatasetMosaic datasetMosaic, Point2D point2D)返回镶嵌数据集指定点的栅格信息。booleanGeometry. hitTest(Point2D point, double tolerance)测试在指定容限允许的范围内,指定的点是否在几何对象的范围内。booleanPoint2Ds. insert(int index, Point2D pt)将指定的点对象添加到此点集合的指定序号处。intPoint2Ds. insertRange(int index, Point2D[] points)将指定的多个点对象添加到此点集合中,从指定的序号开始依次添加。booleanGeoLineM. interpolateM(Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, CalibrateMeasureMethod method)已过时。对路由对象的 INTERVAL 位置处的 M 值进行插值。关于位置的定义请参见 WhereToCalibrate 枚举。booleanGeoLineM. interpolateM(Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, CalibrateMode method)已过时。对路由对象的 INTERVAL 位置处的 M 值进行插值。关于位置的定义请参见 WhereToCalibrate 枚举。static Point2DGeometrist. intersectLine(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2, boolean isExtended)返回两条线段(直线)的交点。static booleanGeometrist. isLeft(Point2D point, Point2D startPoint, Point2D endPoint)判断点是否在线的左侧。booleanGeometriesRelation. isMatch(Point2D point, int srcValue, SpatialQueryMode mode)判断二维点是否与指定对象满足空间关系static booleanGeometrist. isOnSameSide(Point2D point1, Point2D point2, Point2D startPoint, Point2D endPoint)判断两点是否在线的同一侧。static booleanGeometrist. isParallel(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2)判断两条线是否平行。static booleanGeometrist. isPerpendicular(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2)判断两条直线是否垂直。static booleanGeometrist. isPointOnLine(Point2D point, Point2D startPoint, Point2D endPoint, boolean isExtended)判断已知点是否在已知线段(直线)上,点在线上返回 true, 否则返回 false。static booleanGeometrist. isProjectOnLineSegment(Point2D point, Point2D startPoint, Point2D endPoint)判断已知点到已知线段的垂足是否在该线段上,如果在,返回 true,否则返回 false。static booleanGeometrist. isRight(Point2D point, Point2D startPoint, Point2D endPoint)判断点是否在线的右侧。static booleanGeometrist. isSegmentIntersect(Point2D startPoint1, Point2D endPoint1, Point2D startPoint2, Point2D endPoint2)int[]GeometriesRelation. matches(Point2D[] points, SpatialQueryMode mode)找出与二维点数组满足空间关系的所有被匹配对象的值int[]GeometriesRelation. matches(Point2D point, SpatialQueryMode mode)找出与点对象满足空间关系的所有被匹配对象的值。int[]GeometriesRelation. matches(Point2D point, SpatialQueryMode mode, int[] excludes)找出与点对象满足空间关系的所有被匹配对象的值。GeometryGeoCompound. mirror(Point2D startPoint, Point2D endPoint)返回当前复合几何对象关于指定线段对称的几何对象,即获取复合几何对象的镜像。GeometryGeoLine. mirror(Point2D startPoint, Point2D endPoint)返回当前线几何对象关于指定线段对称的几何对象,即获取线几何对象的镜像。GeometryGeoLineM. mirror(Point2D startPoint, Point2D endPoint)返回当前路由对象关于指定线段对称的几何对象,即获取路由对象的镜像。GeometryGeometry. mirror(Point2D startPoint, Point2D endPoint)返回此几何对象关于指定线段对称的几何对象。GeometryGeoRegion. mirror(Point2D startPoint, Point2D endPoint)返回当前面几何对象关于指定线段对称的几何对象,即获取面几何对象的镜像。static Point2DGeometrist. nearestPointToVertex(Point2D vertex, Geometry geometry)从几何对象(目前仅支持线对象)上找一点与给定的点距离最近。voidGeoCompound. rotate(Point2D basePoint, double angle)旋转几何对象voidGeoLine. rotate(Point2D basePoint, double angle)旋转几何对象voidGeoLineM. rotate(Point2D basePoint, double angle)以指定点为基点将此路由对象旋转指定的角度,逆时针为正方向,角度以度为单位。voidGeometry. rotate(Point2D basePoint, double angle)以指定点为基点将此几何对象旋转指定角度,逆时针方向为正方向,角度以度为单位。voidGeoRegion. rotate(Point2D basePoint, double angle)旋转几何对象static Point2DPoint2D. round(Point2D pt)返回一个新的点对象。voidTextPart. setAnchorPoint(Point2D anchorPoint)设置此文本子对象实例的锚点,其类型为Point2D。voidSymbolMarker. setBasePoint(Point2D point)设置原点voidGeoArc. setCenter(Point2D point2D)设置圆弧的圆心。voidGeoChord. setCenter(Point2D center)设置弓形几何对象所在椭圆的圆心。voidGeoCircle. setCenter(Point2D value)设置圆几何对象的圆心。voidGeoEllipse. setCenter(Point2D point2D)设置椭圆几何对象的圆心。voidGeoEllipticArc. setCenter(Point2D point2D)设置椭圆弧几何对象所在椭圆的圆心。voidGeoLegend. setCenter(Point2D value)设置二维矩形几何对象的中心点。voidGeoPicture. setCenter(Point2D point2D)设置二维图片几何对象的中心点。voidGeoPie. setCenter(Point2D value)设置扇面几何对象所在椭圆的圆心。voidGeoRectangle. setCenter(Point2D value)设置二维矩形几何对象的中心点。voidGeoRoundRectangle. setCenter(Point2D point2D)设置二维圆角矩形几何对象的中心点。voidSpatialIndexInfo. setGridCenter(Point2D value)设置网格索引的中心点。voidPoint2Ds. setItem(int index, Point2D point2D)设置此点集合对象中指定序号的点对象。voidGeoMap. setMapCenter(Point2D value)已过时。自 12.0.0 版本废弃,请使用 MapLayout.setMapCenter(int geoMapID, Point2D value) 方法。
voidGeoStyle3D. setMarkerAnchorPoint(Point2D value)设置地标的锚点,锚点的位置取决于锚点所用图片,如果锚点放在图片的左下角,则为(0, 0)点,如果锚点放在图片的右上角,则为(1, 1)点,其他位置则两个分量的范围在0-1之间。booleanGeoLineM. setMAtPoint(Point2D point2D, double measure)设置路由对象指定点处的 M 值。booleanGeoLineM. setMAtPoint(Point2D point2D, double measure, double tolerance, WhereToCalibrate wheretocalibrate)设置路由对象指定点处的 M 值。voidGeoParametricSurfaceMesh. setURange(Point2D uRange)设置U参数范围。voidGeoParametricSurfaceMesh. setVRange(Point2D vRange)设置V参数范围。booleanGeoLineM. split(Point2D splitPoint, GeoLineM geoLineM1, GeoLineM geoLineM2)根据指定的点对象来分割路由对象。GeometrySymbolMarker. toGeometry(Point2D center, double size)指定中心点和size,将点符号转为geometrybooleanGeoLineM. updateM(Point2D fromPoint, Point2D toPoint, Double fromMeasure, Double toMeasure, Double tolerance, WhereToCalibrate whereToCalibrate, CalibrateMeasureMethod method)已过时。更新路由对象的 M 值。booleanGeoLineM. updateM(Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, WhereToCalibrate wheretoCalibrate, CalibrateMode calibrateMode)已过时。更新路由对象的 M 值。PointDatasetGrid. xyToGrid(Point2D point)将地理坐标系下的点(X Y)转换为栅格数据集中对应的栅格。PointDatasetImage. xyToImage(Point2D point)将影像数据集的在地理坐标系下的点(X, Y 坐标)对应到像素中。static GeometryGeometrist. zoom(Geometry sourceGeometry, Point2D centerPoint, double scaleX, double scaleY)几何对象的比例变换(缩放),支持点、线、面。参数类型为Point2D的com.supermap.data中的构造器 构造器和说明 CoordSysTransRunnableArgs(Point2D[] point2ds, Point3D[] point3ds, PrjCoordSys sourcePrj, PrjCoordSys targetPrj, CoordSysTransParameter parameter, CoordSysTransMethod method, CoordSysTransRunnableAction action)构造一个新的 CoordSysTransRunnableArgs 对象。GeoArc(Point2D center, double radius, double startAngle, double sweepAngle)根据指定的参数来构造一个 GeoArc 的新对象。GeoArc(Point2D startPoint, Point2D middlePoint, Point2D endPoint)根据指定的参数来构造一个 GeoArc 的新对象。GeoChord(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double angle)根据指定的参数来构造一个 GeoChord 的新对象。GeoChord(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double angle, boolean bHasM)根据指定的参数来构造一个 GeoChord 的新对象,支持设置是否有M值。GeoCircle(Point2D center, double radius)根据指定的参数来构造一个 GeoCircle 的新对象。GeoCircle(Point2D center, double radius, boolean bHasM)根据指定的参数来构造一个 GeoCircle 的新对象。GeoCircle(Point2D point1, Point2D point2)根据指定的参数来构造一个 GeoCircle 的新对象。GeoCircle(Point2D point1, Point2D point2, Point2D point3)根据指定的参数来构造一个 GeoCircle 的新对象。GeoEllipse(Point2D center, double semimajorAxis, double semiminorAxis, double rotation)根据指定的参数来构造一个 GeoEllipse 的新对象。GeoEllipse(Point2D center, double semimajorAxis, double semiminorAxis, double rotation, boolean bHasM)根据指定的参数来构造一个 GeoEllipse 的新对象。GeoEllipticArc(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double rotation)根据指定的参数来构造一个 GeoEllipticArc 的新对象。GeoEllipticArc(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double rotation, boolean bHasM)根据指定的参数来构造一个 GeoEllipticArc 的新对象。GeoMapScale(int geoMapID, Point2D leftBottom, double width, double height)根据指定的参数来构造一个 GeoMapScale 的新对象。GeoMapScale(Point2D leftBottom, double width, double height)根据指定的参数来构造一个 GeoMapScale 的新对象。GeoPicture(BufferedImage image, Point2D center, double width, double height, double rotation)根据指定的参数来构造一个 GeoPicture 的新对象。GeoPicture(String imageFile, Point2D center, double width, double height, double rotation)根据指定的参数来构造一个 GeoPicture 的新对象。GeoPie(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double rotation)根据指定的参数来构造一个 GeoPie 的新对象。GeoPie(Point2D center, double semimajorAxis, double semiminorAxis, double startAngle, double sweepAngle, double rotation, boolean bHasM)根据指定的参数来构造一个 GeoPie 的新对象,支持设置是否有M值。GeoPoint(Point2D point)根据指定的参数来构造一个 GeoPoint 的新对象,此对象不含M值。GeoPoint(Point2D point, boolean bHasM)根据指定的参数来构造一个 GeoPoint 的新对象GeoRectangle(Point2D center, double width, double height, double angle)根据指定的参数来构造一个 GeoRectangle 的新对象。GeoRoundRectangle(Point2D center, double width, double height, double radiusX, double radiusY, double angle)根据指定的参数来构造一个 GeoRoundRectangle 的新对象。Point2D(Point2D pt)根据给定的 Point2D 对象构造一个与其完全相同的新对象。Point2Ds(Point2D[] points)根据指定的参数来构造一个 Point2Ds 的新对象。Rectangle2D(Point2D pntLeftBottom, double width, double height)根据指定的参数来构造一个 Rectangle2D 的新对象。Rectangle2D(Point2D pntLeftBottom, Point2D pntRightTop)根据指定的参数来构造一个 Rectangle2D 的新对象。Rectangle2D(Point2D center, Size2D size)根据指定的参数来构造一个 Rectangle2D 的新对象。Segment3D(Point2D startPoint, Point2D endPoint)带参数的构造函数,初始化一个指定二维起点和二维终点的三维线段(Z均为零)。SpatialIndexInfo(Point2D gridCenter, double gridSize0, double gridSize1, double gridSize2)根据指定的参数来构造一个 SpatialIndexInfo 的新对象。StandardMargin(StandardMargin.MarginScaleType scaleType, Point2D leftBottom)根据指定的参数来构造一个 StandardMargin 的新对象。TextPart(String text, Point2D anchorPoint)根据指定的参数来构造一个 TextPart 的新对象。TextPart(String text, Point2D anchorPoint, double rotation)根据指定的参数来构造一个 TextPart 的新对象。Vector3D(Point2D pt)构造函数,根据二维点对象构造一个三维向量,z轴上为零。 -
com.supermap.data.processing中Point2D的使用
参数类型为Point2D的com.supermap.data.processing中的方法 限定符和类型 方法和说明 StringMapCacheBuilder. computeImageFileName(Point2D center, double scale)返回在指定比例尺下,根据给定中心点生成的地图瓦片图片名称。Tile[]VectorCacheFile. computeTiles(double scale, Point2D[] centerPoints)返回指定比例尺下的多个指定中心点覆盖到的瓦片数组。booleanMapCacheFile. hitTest(Point2D point, double scale)返回指定比例尺指定点是否存在瓦片。Rectangle2DMapCacheBuilder. setCustomIndexBounds(double scale, Point2D anchor)用于生成矢量瓦片时设置自定义比例尺;否则,将使用默认的全球剖分层级比例尺,第0层级对应比例尺为 1:295829355.455。 -
com.supermap.image.processing中Point2D的使用
声明为Point2D的com.supermap.image.processing中的字段 限定符和类型 字段和说明 Point2DKeyPoint. imagePoint点的像方坐标值返回Point2D的com.supermap.image.processing中的方法 限定符和类型 方法和说明 Point2DIterationImageSummary. getGCPIPRMSE()获取控制点像方残差均方根Point2DIterationSummary. getGCPIPRMSE()获取控制点像点残差均方根Point2DImagePairPointData. getImagePoint1()获取影像1上像方坐标Point2DImagePairPointData. getImagePoint2()获取影像2上像方坐标Point2DImageGCPStatisticRecord. getIPObserve()控制点像方坐标.Point2DIterationSummary. getIPRMSE()获取像点残差均方根Point2DImagePairSummary. getMeanMosaickingError()获取像对接边精度均值Point2DImagePairPointData. getPlaneResidual()获取像点分别反投影回去的物方坐标在平面上(x,y方向)的残差Point2DImageGCPStatisticRecord. getResidual()控制点像方坐标残差.Point2DImagePairSummary. getRMSEMosaickingError()获取像对接边精度均方根Point2DIterationImageSummary. getTPIPRMSE()获取连接点像方残差均方根Point2DIterationSummary. getTPIPRMSE()获取连接点像点残差均方根Point2DRFM. lonLatToImage(Point3D point)参数类型为Point2D的com.supermap.image.processing中的方法 限定符和类型 方法和说明 Point3DRFM. imageToLonLat(ElevInterpolator elevInterpolator, Point2D point) -
com.supermap.layout中Point2D的使用
返回Point2D的com.supermap.layout中的方法 限定符和类型 方法和说明 Point2DMapLayout. getCenter()返回布局中心点。Point2DMapLayout. getMapCenter(int geoMapID)获取布局中指定地图对象的可视范围中心点。Point2DMapLayout. layoutToLogical(Point2D point)将指定点的布局坐标转换为逻辑坐标。Point2DMapLayout. logicalToLayout(Point2D point)将指定点的逻辑坐标转换为布局坐标。Point2DMapLayout. pixelToLayout(Point point)将像素坐标转换成布局坐标。Point2DMapLayout. pixelToLogical(Point point)将指定点的屏幕坐标转换为逻辑坐标。参数类型为Point2D的com.supermap.layout中的方法 限定符和类型 方法和说明 LayoutSelectionMapLayout. hitTest(Point2D pt, double tolerance)返回选中的布局元素的集合。Point2DMapLayout. layoutToLogical(Point2D point)将指定点的布局坐标转换为逻辑坐标。PointMapLayout. layoutToPixel(Point2D point)将布局坐标转换成像素坐标。Point2DMapLayout. logicalToLayout(Point2D point)将指定点的逻辑坐标转换为布局坐标。PointMapLayout. logicalToPixel(Point2D point)将指定点的逻辑坐标转换为屏幕坐标。voidMapLayout. setCenter(Point2D point2D)设置布局中心点。voidMapLayout. setMapCenter(int geoMapID, Point2D value)设置布局中指定地图对象的可视范围中心点。 -
com.supermap.mapping中Point2D的使用
返回Point2D的com.supermap.mapping中的方法 限定符和类型 方法和说明 Point2DMap. getCenter()返回当前地图的显示范围的中心点。Point2DBookMark. getMapCenter()返回地图中心点坐标。Point2DLayerDynamicAggregation. getSelectedItem()获取选中点Point2DLayerRegionalAggregation. getSelectedItem()获取选中点Point2D[]SnappedElement. getSnappedPoints()返回该元素相应的点集合。Point2DLayer. getThemeElementPosition(int geometryID)根据给定的几何对象的 ID,获取该几何对象所对应的专题元素的自定义位置。Point2DMap. logicalToMap(Point2D point)将地图中指定点的逻辑坐标转换为地图坐标。Point2DMap. mapToLogical(Point2D point)将地图中指定点的地图坐标转换为逻辑坐标。Point2DMap. pixelToLogical(Point point)将地图中指定点的屏幕坐标转换为逻辑坐标。Point2DMap. pixelToMap(Point point)将地图中指定点的像素坐标转换为地图坐标。参数类型为Point2D的com.supermap.mapping中的方法 限定符和类型 方法和说明 intDynamicLayer. hitTest(Point2D point, double tolerance)返回满足条件的几何对象的ID。SelectionLayer. hitTest(Point2D point, double tolerance)返回选中的对象的集合。intScreenLayer. hitTest(Point2D point, double tolerance)返回满足条件的几何对象的ID。intTrackingLayer. hitTest(Point2D point, double tolerance)返回满足条件的几何对象的 ID。booleanLayer. hitTest(Point2D pt, double tolerance, ArrayList<GeoText> testResult)返回选中的专题元素。booleanLayer. hitTest(Point2D pt, double tolerance, String resultExpression, ArrayList<GeoText> testResult)返回选中的专题元素。booleanLayerExtensionBase. hitTest(Point2D pt, double tolerance, String resultExpression, ArrayList<GeoText> testResult)booleanLayerChart. hitTestExtend(Point2D point, double tolerance)海图图层扩展的点击测试,返回是否点击成功。booleanLayer. hitTestGeoCompound(Point2D pt, double tolerance, String resultExpression, ArrayList<GeoCompound> testResult)返回选中的专题元素。Point2DMap. logicalToMap(Point2D point)将地图中指定点的逻辑坐标转换为地图坐标。PointMap. logicalToPixel(Point2D point)将地图中指定点的逻辑坐标转换为屏幕坐标。Point2DMap. mapToLogical(Point2D point)将地图中指定点的地图坐标转换为逻辑坐标。PointMap. mapToPixel(Point2D point)将地图中指定点的地图坐标转换为像素坐标。voidMap. setCenter(Point2D point)设置当前地图的显示范围的中心点。voidBookMark. setMapCenter(Point2D pntMapCenter)设置地图中心点坐标。voidLayerDynamicAggregation. setSelectedItem(Point2D point2D)设置选中点voidLayerRegionalAggregation. setSelectedItem(Point2D point2D)设置选中点voidLayer. setThemeElementPosition(int geometryID, Point2D position)根据给定的几何对象的 ID 和地理位置坐标,设置该几何对象所对应的专题元素的自定义位置。参数类型为Point2D的com.supermap.mapping中的构造器 构造器和说明 BookMark(String name, Point2D pntCenter, double dScale)根据给定的参数构造一个新的BookMark对象。SnappedElement(Layer layer, int geometryID, SnapMode snappingMode, Point2D[] snappedPoints)根据下列参数构造一个SnappedElement类的新实例:当前元素所属的图层、所对应几何对象的 ID、所采取的捕捉模式、所对应的点集合。 -
com.supermap.maritime.data中Point2D的使用
返回Point2D的com.supermap.maritime.data中的方法 限定符和类型 方法和说明 Point2DMaritimeS102MetaInfo. getGridOriginal()获取数据原点。Point2DMaritimeS102MetaInfo. getNumPointsLatLongitude()根据图幅的范围以及格网间距计算行列上的格网个数Point2DMaritimeS102MetaInfo. getStartSequence()获取起始序列的初始点。 -
com.supermap.maritime.editor.ui中Point2D的使用
参数类型为Point2D的com.supermap.maritime.editor.ui中的方法 限定符和类型 方法和说明 static voidMaritimeTopoEditor. doMouseWheel(MapControl mapControl, Point2D startPoint, Point2D endPoint) -
com.supermap.mobjects.animation中Point2D的使用
参数类型为Point2D的com.supermap.mobjects.animation中的方法 限定符和类型 方法和说明 AnimationGOAnimationManager2D. hitTest(Point2D pt)点击获取选中的动画对象AnimationGOAnimationManager3D. hitTest(Point2D pt)点击获取选中的动画对象 -
com.supermap.mobjects.auxiliaryplotting中Point2D的使用
返回Point2D的com.supermap.mobjects.auxiliaryplotting中的方法 限定符和类型 方法和说明 Point2DAuxiliaryPlottingManager. getNortheastPt()获取东北角廓点Point2DAuxiliaryPlottingManager. getSouthwestPt()获取西南角廓点参数类型为Point2D的com.supermap.mobjects.auxiliaryplotting中的方法 限定符和类型 方法和说明 booleanAuxiliaryPlottingManager. gridPointToMapPoint(Point2D gridPoint, PrjCoordSys mapPrjCoordSys, Point2D mapPoint)公里网坐标转地图坐标booleanAuxiliaryPlottingManager. mapLocation(Map map, Point2D pt, double dHeight, Point2D locationPt)地图定位booleanAuxiliaryPlottingManager. mapLocation(Map map, String strPlaceName, Point2D locationPt)地图定位booleanAuxiliaryPlottingManager. mapLocation(Map map, String strPlaceName, Point2D pt, Point2D locationPt)地图定位booleanAuxiliaryPlottingManager. mapPointToGridPoint(Point2D mapPoint, PrjCoordSys mapPrjCoordSys, Point2D gridPoint)地图坐标转公里网坐标voidAuxiliaryPlottingManager. setNortheastPt(Point2D pt)设置东北角廓点voidAuxiliaryPlottingManager. setSouthwestPt(Point2D pt)设置西南角廓点 -
com.supermap.mobjects.mapdata中Point2D的使用
参数类型为Point2D的com.supermap.mobjects.mapdata中的方法 限定符和类型 方法和说明 static intLegend. calcMaxCount(Map map, double dMapScale, Point2D startPoint, Point2D endPoint)计算图例显示个数static DatasetVectorLegend. createLegend(Map map, Datasource datasource, double dMapScale, Point2D startPoint, int nCount)创建图例 -
com.supermap.mobjects.situation中Point2D的使用
返回Point2D的com.supermap.mobjects.situation中的方法 限定符和类型 方法和说明 Point2DBookMark. getCenter()获取地图的中心点参数类型为Point2D的com.supermap.mobjects.situation中的方法 限定符和类型 方法和说明 static voidSmlMap. transform(Scene destScene, Rectangle2D viewBounds, Point2D center, double angle)根据二维地图参数计算三维场景的显示范围。 -
com.supermap.mobjects.situationsimulation中Point2D的使用
返回Point2D的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 Point2DEffectTextChangeParm. getPoint2D()获取文本位置(屏幕位置0-1)。参数类型为Point2D的com.supermap.mobjects.situationsimulation中的方法 限定符和类型 方法和说明 voidGeoEntityManager. hitTest(Point2D pntHitTest, SceneControl sceneControl)实体选中检测。voidEffectTextChangeParm. setPoint2D(Point2D point)设置文本位置(屏幕位置0-1)。参数类型为Point2D的com.supermap.mobjects.situationsimulation中的构造器 构造器和说明 EffectTextChangeParm(Point2D point, double height, Color color)构造函数。 -
com.supermap.plot中Point2D的使用
返回Point2D的com.supermap.plot中的方法 限定符和类型 方法和说明 Point2DSymbolInfo. getAnchorPoint2D()获取二维锚点Point2DSymbolInfo. getAnchorPoint3D()获取三维锚点参数类型为Point2D的com.supermap.plot中的方法 限定符和类型 方法和说明 voidSymbolInfo. setAnchorPoint2D(Point2D achorPoint)设置二维锚点voidSymbolInfo. setAnchorPoint3D(Point2D achorPoint)设置三维锚点 -
com.supermap.realspace中Point2D的使用
参数类型为Point2D的com.supermap.realspace中的方法 限定符和类型 方法和说明 doubleScene. computeSphericalDistance(Point2D point1, Point2D point2)计算指定两点间的球面距离。booleanScene. roll(Point2D center, double angle)将三维场景绕某个中心点旋转。voidLayer3D. setCustomClipCross(Point3D position, Point2D dimension, double rotX, double rotY, double rotZ, double extrudeDistance)设置自定义四边形裁剪。 -
com.supermap.realspace.spatialanalyst中Point2D的使用
参数类型为Point2D的com.supermap.realspace.spatialanalyst中的方法 限定符和类型 方法和说明 static DatasetVectorProfileAnalyst. calculatePlumbProfile(Point2D startPoint, Point2D endPoint, DatasetVector[] modelDatasets, DatasetGrid surfaceGrid, Datasource targetDatasource, String targetDatasetName)根据指定的切割线对地形或模型进行铅垂剖面分析,返回结果剖面线数据集。static DatasetVectorProfileAnalyst. calculatePlumbProfile(Point2D startPoint, Point2D endPoint, DatasetVector[] modelDatasets, DatasetGrid surfaceGrid, Datasource targetDatasource, String targetDatasetName, AltitudeMode altitudeMode)在同时有模型数据集和表面栅格输入时,该接口返回的模型剖面线会因不同的高程模式设置而有不同的上下偏移。 -
com.supermap.realspace.threeddesigner中Point2D的使用
返回Point2D的com.supermap.realspace.threeddesigner中的方法 限定符和类型 方法和说明 Point2DSlopedCylinder. getBottomSlope()返回斜口圆柱的底部坡度,即底面所在平面与x轴,y轴的角度。Point2DTruncatedCone. getTopOffset()返回圆台体的顶面圆心偏移。Point2DWedge. getTopOffset()返回楔形体的顶部偏移,即顶面中心点相对底面中心点的偏移。Point2DSlopedCylinder. getTopSlope()返回斜口圆柱的顶部坡度,即顶面所在平面与x轴,y轴的角度。Point2DSurfaceMeshPointGenerator. getURange()获取U参数范围Point2DSurfaceMeshPointGenerator. getVRange()获取V参数范围Point2DExpressionParameter. getXRange()获取X参数范围Point2DExpressionParameter. getYRange()获取Y参数范围Point2DExpressionParameter. getZRange()获取Z参数范围参数类型为Point2D的com.supermap.realspace.threeddesigner中的方法 限定符和类型 方法和说明 voidSlopedCylinder. setBottomSlope(Point2D point2D)设置斜口圆柱的底部坡度。voidTruncatedCone. setTopOffset(Point2D point2D)设置圆台体的顶面圆心偏移voidWedge. setTopOffset(Point2D point2D)设置楔形体的顶部偏移,即顶面中心点相对底面中心点的偏移。voidSlopedCylinder. setTopSlope(Point2D point2D)设置斜口圆柱的顶部坡度。voidSurfaceMeshPointGenerator. setURange(Point2D uRange)设置U参数范围voidSurfaceMeshPointGenerator. setVRange(Point2D vRange)设置V参数范围voidExpressionParameter. setXRange(Point2D point2D)设置X参数范围voidExpressionParameter. setYRange(Point2D point2D)设置Y参数范围voidExpressionParameter. setZRange(Point2D point2D)设置Z参数范围参数类型为Point2D的com.supermap.realspace.threeddesigner中的构造器 构造器和说明 SlopedCylinder(double dRadiusBottom, double dRadiusTop, double dHeight, Point2D top_slope, Point2D bottom_slope)根据给定的底面半径、顶面半径、高度,顶部坡度,底部坡度构造一个新的 SlopedCylinder 对象。TruncatedCone(double dTopRadius, double dBottomRadius, double height, Point2D point2D)根据给定的顶面半径、底面半径、高度、顶面圆心偏移构造一个新的 TruncatedCone 对象。Wedge(double dBottomLength, double dBottomWidth, double dTopLength, double dTopWidth, double dHeight, Point2D topOffset)根据给定的顶面半径、底面半径、高度、顶面圆心偏移构造一个新的 TruncatedCone 对象。 -
com.supermap.tilestorage中Point2D的使用
返回Point2D的com.supermap.tilestorage中的方法 限定符和类型 方法和说明 Point2DTileStorageInfo. getOrigin()获取缓存图片的起算点。参数类型为Point2D的com.supermap.tilestorage中的方法 限定符和类型 方法和说明 voidTileStorageInfo. setOrigin(Point2D origin)设置缓存图片的起算点。
-
Copyright © 2021–2025 SuperMap. All rights reserved.