|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingInfo | |
---|---|
com.esri.core.internal.value |
Uses of DrawingInfo in com.esri.core.internal.value |
---|
Methods in com.esri.core.internal.value that return DrawingInfo | |
---|---|
static DrawingInfo |
DrawingInfo.fromJson(org.codehaus.jackson.JsonParser parser)
|
DrawingInfo |
DynamicLayerInfo.getDrawingInfo()
Gets the drawing info. |
DrawingInfo |
Layer.getDrawingInfo()
|
Methods in com.esri.core.internal.value with parameters of type DrawingInfo | |
---|---|
void |
DynamicLayerInfo.setDrawingInfo(DrawingInfo drawingInfo)
Sets the drawing info. |
void |
Layer.setDrawingInfo(DrawingInfo drawingInfo)
|
Constructors in com.esri.core.internal.value with parameters of type DrawingInfo | |
---|---|
DynamicLayerInfo(int layerId,
DrawingInfo drawingInfo)
Instantiate a new dynamic layer info for the given layer id with the given drawing info. |
|
DynamicLayerInfo(int layerId,
DrawingInfo drawingInfo,
LayerSource source)
Instantiates a new dynamic layer info for the given layer id in a dynamic map service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |