GeoPoint3D类参考
三维点几何对象类 更多...
继承自Geometry3D。
公有成员 | |
(id) | - initWithX:Y:Z: |
根据指定的参数来构造一个 GeoPoint3D 对象 | |
(id) | - initWithGeoPoint3D: |
根据指定的 GeoPoint3D 对象构造一个与其完全相同的新对象 | |
(id) | - initWithPoint3D: |
根据指定的参数来构造一个 GeoPoint3D 对象 | |
属性 | |
double | x |
三维点几何对象的 X 坐标,单位为经纬度 | |
double | y |
三维点几何对象的 Y 坐标,单位为经纬度 | |
double | z |
三维点几何对象的 Z 坐标,单位为米 |
详细描述
三维点几何对象类
该类继承自 Geometry3D类。 Point3D和GeoPoint3D都可用来表示三维点,所不同的是GeoPoint3D描述的是地理实体,而 Point3D描述的是一个位置点;当赋予GeoPoint3D不同的几何风格,即可用于表示不同的地物实体,而 Point3D则是广泛用于定位的坐标点
成员函数文档
- (id) initWithGeoPoint3D: | (GeoPoint3D *) | point3D |
- (id) initWithPoint3D: | (Point3D) | point |
- (id) initWithX: | (double) | x | ||
Y: | (double) | y | ||
Z: | (double) | z | ||
属性文档
- (double) x [read, write, assign] |
三维点几何对象的 X 坐标,单位为经纬度
- (double) y [read, write, assign] |
三维点几何对象的 Y 坐标,单位为经纬度
- (double) z [read, write, assign] |
三维点几何对象的 Z 坐标,单位为米
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。