public class GeoPicture3D extends Geometry3D
Geometry3D
类。
GeoPicture3D 类中从 Geometry3D
类继承下来的 getPosition()
方法以及 setPosition()
方法,表示 GeoPicture3D 类对象的位置。
该类仅在 Windows、Linux 平台版本中支持。
注意:该类的对象调用 getGeoModel()
方法无效,即返回值为null。
构造器和说明 |
---|
GeoPicture3D()
构造一个新的 GeoPicture3D 对象。
|
GeoPicture3D(GeoPicture3D geoPicture3D)
根据给定的 GeoPicture3D 对象构造一个与其完全相同的新对象。
|
GeoPicture3D(String imageFile,
Point3D position,
double width,
double height,
double rotationZ)
根据指定的参数来构造一个 GeoPicture3D 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoPicture3D |
clone()
克隆一个Geometry对象。
|
void |
dispose()
释放该对象所占用的资源。
|
double |
getHeight()
返回三维图片几何对象的高度,单位为米。
|
String |
getImageFile()
返回三维图片几何对象所使用的图片文件的全路径。
|
double |
getWidth()
返回三维图片几何对象的宽度,单位为米。
|
void |
setHeight(double value)
设置三维图片几何对象的高度,单位为米。
|
void |
setImageFile(String value)
设置三维图片几何对象所使用的图片文件的全路径。
|
void |
setWidth(double value)
设置三维图片几何对象的宽度,单位为米。
|
convertToGeoModel3D, convertToGeoModel3D, convertToGeoModel3D, getBoundingBox, getGeoModel, getInnerPoint3D, getPosition, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getStyle3D, getVolume, offset, setPosition, setRotationX, setRotationY, setRotationZ, setScaleX, setScaleY, setScaleZ, setStyle3D
public GeoPicture3D()
public GeoPicture3D(GeoPicture3D geoPicture3D)
geoPicture3D
- 指定的 GeoPicture3D 对象。public GeoPicture3D(String imageFile, Point3D position, double width, double height, double rotationZ)
imageFile
- 指定的三维图片几何对象所使用的图片文件的全路径。position
- 指定的三维图片几何对象的位置。width
- 指定的三维图片几何对象的宽度(旋转前的),单位为米。height
- 指定的三维图片几何对象的高度(旋转前的),单位为米。rotationZ
- 指定的三维图片几何对象的绕Z轴的旋转角度,单位为度。public double getWidth()
public void setWidth(double value)
value
- 三维图片几何对象的宽度。单位为米。public double getHeight()
public void setHeight(double value)
value
- 三维图片几何对象的高度。单位为米。public String getImageFile()
public void setImageFile(String value)
value
- 三维图片几何对象所使用的图片文件的全路径。public GeoPicture3D clone()
Geometry
public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
Copyright © 2021–2024 SuperMap. All rights reserved.