public class NavigationLineLayer extends AbstractLayer
导航线图层
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NavigationLineLayer.JoinType |
baseHeight, glContext, name, renderMode, visibilityDEFAULT_PRIORITY, MODE_2D, MODE_3D| 构造器和说明 |
|---|
NavigationLineLayer(GLContext glContext,
java.lang.String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFeature(Feature feature,
java.lang.String styleName) |
void |
addFeature(Feature feature,
java.lang.String styleName,
float factor) |
void |
clearAllFeature() |
protected void |
dispatchDraw(GLContext glContext) |
FeatureCollection |
getFeatureCollection() |
int |
getPriority() |
boolean |
removeFeature(java.lang.String id) |
draw, findRendererById, findRendererById, getBaseHeight, getGlContext, getName, getRenderMode, getVisibility, onRemoved, setRenderMode, setVisibility, upDateRendererOpacitypublic NavigationLineLayer(GLContext glContext, java.lang.String name)
public void addFeature(Feature feature, java.lang.String styleName)
public void addFeature(Feature feature, java.lang.String styleName, float factor)
public boolean removeFeature(java.lang.String id)
public void clearAllFeature()
public FeatureCollection getFeatureCollection()
public int getPriority()
getPriority 在接口中 RenderergetPriority 在类中 AbstractLayerprotected void dispatchDraw(GLContext glContext)
dispatchDraw 在类中 AbstractLayer