Modifier and Type | Method and Description |
---|---|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol)
Creates a new Graphic object.
|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol,
Graphic.Attributes attrs,
InfoTemplate infoTemplate)
Creates a new Graphic object.
|
static Graphic |
Graphic.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new Graphic object using a JSON object.
|
Graphic |
Graphic.setAttributes(Graphic.Attributes attrs)
Defines the attributes of the graphic.
|
Graphic |
Graphic.setGeometry(Geometry geometry)
Defines the geometry of the graphic.
|
Graphic |
Graphic.setInfoTemplate(InfoTemplate infoTemplate)
Defines the InfoTemplate for the InfoWindow of the graphic.
|
Graphic |
Graphic.setSymbol(Symbol symbol)
Sets the symbol of the graphic.
|
Modifier and Type | Method and Description |
---|---|
static Update |
Update.create(FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Update operation.
|
static Update |
Update.create(FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Update operation.
|
static Delete |
Delete.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer)
Create a new Delete operation.
|
static Add |
Add.create(Graphic[] addedGraphics,
FeatureLayer featureLayer)
Create a new Add operation.
|
static Union |
Union.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Union operation.
|
static Union |
Union.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Union operation.
|
static Union |
Union.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Union operation.
|
static Cut |
Cut.create(Graphic[] addedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Cut operation.
|
static Cut |
Cut.create(Graphic[] addedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Cut operation.
|
static Cut |
Cut.create(Graphic[] addedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Cut operation.
|
void |
AttachmentEditor.showAttachments(Graphic graphic,
FeatureLayer featureLayer)
Display the attachment editor.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
MouseEvent.getGraphic() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Graphic> |
SolveHandler.SolveResult.getBarriers() |
com.google.gwt.core.client.JsArray<Graphic> |
RouteSolveHandler.SolveResult.getBarriers() |
com.google.gwt.core.client.JsArray<Graphic> |
SolveHandler.SolveResult.getPolygonBarriers() |
com.google.gwt.core.client.JsArray<Graphic> |
RouteSolveHandler.SolveResult.getPolygonBarriers() |
com.google.gwt.core.client.JsArray<Graphic> |
SolveHandler.SolveResult.getPolylineBarriers() |
com.google.gwt.core.client.JsArray<Graphic> |
RouteSolveHandler.SolveResult.getPolylineBarriers() |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarActivateHandler.onActivate(Edit.ToolType tool,
Graphic graphic) |
void |
AttributeChangeHandler.onAttributeChange(Graphic feature,
java.lang.String fieldName,
java.lang.String fieldValue)
Fires when a fields value changes.
|
void |
ToolbarDeactivateHandler.onDeactivate(Edit.ToolType tool,
Graphic graphic,
boolean isModified) |
void |
DeleteFeatureHandler.onDelete(Graphic feature) |
void |
GraphicsLayerGraphicAddHandler.onGraphicAdd(Graphic graphic) |
void |
ToolbarGraphicClickHandler.onGraphicClick(Graphic graphic,
Point screenPoint,
Point mapPoint) |
void |
ToolbarGraphicFirstMoveHandler.onGraphicFirstMove(Graphic graphic) |
void |
ToolbarGraphicMoveHandler.onGraphicMove(Graphic graphic,
Transform transform) |
void |
ToolbarGraphicMoveStopHandler.onGraphicMoveEnd(Graphic graphic,
Transform transform) |
void |
ToolbarGraphicMoveStartHandler.onGraphicMoveStart(Graphic graphic) |
void |
GraphicsLayerGraphicRemoveHandler.onGraphicRemove(Graphic graphic) |
void |
NextFeatureHandler.onNext(Graphic feature) |
void |
ToolbarRotateHandler.onRotate(Graphic graphic,
Edit.Info info) |
void |
ToolbarRotateFirstMoveHandler.onRotateFirstMove(Graphic graphic) |
void |
ToolbarRotateStartHandler.onRotateStart(Graphic graphic) |
void |
ToolbarRotateStopHandler.onRotateStop(Graphic graphic,
Edit.Info info) |
void |
ToolbarScaleHandler.onScale(Graphic graphic,
Edit.Info info) |
void |
ToolbarScaleFirstMoveHandler.onScaleFirstMove(Graphic graphic) |
void |
ToolbarScaleStartHandler.onScaleStart(Graphic graphic) |
void |
ToolbarScaleStopHandler.onScaleStop(Graphic graphic,
Edit.Info info) |
void |
ToolbarVertexAddHandler.onVertexAdd(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexClickHandler.onVertexClick(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexDeleteHandler.onVertexDelete(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexFirstMoveHandler.onVertexFirstMove(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexMouseOutHandler.onVertexMouseOut(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexMouseOverHandler.onVertexMouseOver(Graphic graphic,
Edit.VertexInfo vertexInfo) |
void |
ToolbarVertexMoveHandler.onVertexMove(Graphic graphic,
Edit.VertexInfo vertexInfo,
Transform transform) |
void |
ToolbarVertexMoveEndHandler.onVertexMoveEnd(Graphic graphic,
Edit.VertexInfo vertexInfo,
Transform transform) |
void |
ToolbarVertexMoveStartHandler.onVertexMoveStart(Graphic graphic,
Edit.VertexInfo vertexInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SelectFeaturesHandler.onSelectionComplete(com.google.gwt.core.client.JsArray<Graphic> features,
FeatureLayer.Selections selectionMethod)
Fires when selectFeatures() has completed.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
KMLLayer.getFeatureAsPlacemark(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
Graphic |
FeatureTemplate.getPrototype()
An instance of the prototypical feature described by the template.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Graphic> |
GraphicsLayer.getGraphics()
The array of graphics that make up the layer.
|
com.google.gwt.core.client.JsArray<Graphic> |
FeatureLayer.getSelectedFeatures()
Gets the currently selected features.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsLayer.add(Graphic graphic)
Adds a graphic.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes,
ApplyEditsCallback callback)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes,
ApplyEditsCallback callback)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes,
ApplyEditsCallback callback)
Apply edits to the feature layer.
|
FeatureLayer.EditCapabilities |
FeatureLayer.getEditCapabilities(Graphic graphic,
java.lang.String userId)
Returns an object that describes the edit capabilities of the layer.
|
void |
GraphicsLayer.remove(Graphic graphic)
Removes a graphic.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
SymbolAger.getAgedSymbol(Symbol symbol,
Graphic graphic)
All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol
|
Symbol |
TemporalRenderer.getSymbol(Graphic graphic)
Returns the symbol used to render the graphic.
|
Symbol |
Renderer.getSymbol(Graphic graphic)
Gets the symbol for the Graphic.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
IdentifyResult.getFeature()
The layer name that contains the feature.
|
Graphic |
FindResult.getFeature()
The found feature.
|
Graphic |
RouteResult.getRoute()
The Route graphic that is returned if RouteParameters.returnRoutes is true.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Graphic> |
FeatureSet.getFeatures()
The array of graphics returned.
|
com.google.gwt.core.client.JsArray<Graphic> |
ClosestFacilitySolveResult.getRoutes()
The array of routes.
|
com.google.gwt.core.client.JsArray<Graphic> |
RouteResult.getStops()
Array of stops.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureSet.setFeatures(Graphic[] features)
Set the features parameters.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
Edit.EditState.getGraphic()
The graphic that is currently being edited.
|
Modifier and Type | Method and Description |
---|---|
void |
Edit.activate(Edit.ToolType tool,
Graphic graphic)
Activates the toolbar to edit the supplied graphic.
|
void |
Edit.activate(Edit.ToolType tool,
Graphic graphic,
Edit.Options options)
Activates the toolbar to edit the supplied graphic.
|