程序包 | 说明 |
---|---|
com.supermap.mobjects.situationsimulation |
限定符和类型 | 字段和说明 |
---|---|
static PolygonFrontFace |
PolygonFrontFace.PFF_CCW
逆时针.
|
static PolygonFrontFace |
PolygonFrontFace.PFF_CW
顺时针
|
static PolygonFrontFace |
PolygonFrontFace.PFF_DEFAULT
表示使用数据默认的环绕方式
|
static PolygonFrontFace |
PolygonFrontFace.PFF_NONE
两面都有
|
限定符和类型 | 方法和说明 |
---|---|
PolygonFrontFace |
GeoEntityEffectRadar.getCullMode()
获取渲染模式。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
GeoEntitySimulation.addCircleRadar(GeoEntity pGeoEntity,
double dCircleRadiusOuter,
Color sphereColor,
boolean bGridShow,
double dCircleRadiusInner,
double dClockAngleMin,
double dClockAngleMax,
double dHalfAngleInner,
double dHalfAngleOuter,
RadarScanState[] arrRadarScanParam,
double dScanSpeed,
PolygonFrontFace eCullModeType)
为指定实体添加球形雷达
|
boolean |
GeoEntitySimulation.addCustomRadar(GeoEntity pGeoEntity,
Point2Ds pts2DsModelSection,
double dRadarRadius,
Color sphereColor,
Color lineColor,
boolean bGridShow,
double dPitchAngle,
RadarScanState[] arrRadarScanParam,
double dScanSpeed,
PolygonFrontFace eCullModeType)
为指定实体添加自定义雷达
|
boolean |
GeoEntitySimulation.addMechanicalRadar(GeoEntity pGeoEntity,
double dRadarRadius,
Color sphereColor,
Color lineColor,
boolean bGridShow,
RadarScanState[] arrRadarScanParam,
double dScanSpeed,
PolygonFrontFace eCullModeType)
为指定实体添加机械雷达
|
boolean |
GeoEntitySimulation.addPieRadar(GeoEntity pGeoEntity,
double dRadarRadius,
Color sphereColor,
Color lineColor,
boolean bGridShow,
double dPitchAngle,
RadarScanState[] arrRadarScanParam,
double dScanSpeed,
PolygonFrontFace eCullModeType)
为指定实体添加饼状雷达
|
void |
GeoEntityEffectRadar.setCullMode(PolygonFrontFace eCullModeType)
设置渲染模式。
|
Copyright © 2021–2024 SuperMap. All rights reserved.