1
Layer Abstract Class Properties levels { get; set; } : LevelInfo[] maximumResolution { get; } : int minimumResolution { get; } : double tileOrigin { get; set; } : Point Methods getLevelByNearestPixelsize(double pixelsize) : int getLevelExtent(int level) : Envelope getLevelInfo(int level) : LevelInfo getTileExtent(int column, int row, int level) : Envelope getTileSpanWithin() : int[] getTileUrl(int row, int column, int level, Function handler) : string TileLayer(string id, Envelope extent, int levels, string spatialReference) LevelInfo Class Properties columns { get; set; } : int minCol { get; set; } : int minRow { get; set; } : int resX { get; } : double rexY { get; set; } : double rows { get; set; } : int tileHeight { get; } : int tileWidth { get; } : int Methods LevelInfo(double tileHeight, double tileWidth, int rows, int columns, double resX, double resY, int minrow, int mincol) Component Abstract Class Properties extent { get; set; } : Envelope imageFormat { get; set; } : string name { get; set; } : string opacity { get; set; } : int spatialReference { get; } : string visible { get; set; } : bool Methods initialize() : void Layer(string id, Envelope extent, string spatialReference) Events initialized : EventHandler Layer Abstract Class Properties levels { get; set; } : int maximumResolution { get; set; } : double minimumResolution { get; set; } : double tilesize { get; set; } : int[] useTiling { get; set; } : bool Methods DynamicLayer(string id, Envelope extent, string spatialReference) getUrl(Envelope envelope, int width, int height, Function handler) : string AdfMapHandler DynamicLayer Class Properties mapHandlerUrl { get; set; } : string Methods AdfMapHandler() getUrl(Envelope envelope, int width, int height, Function handler) : void LayerCollection Component Class Properties extent { get; } : Envelope hasPendingLayers { get; } : bool layer { get; set; } : Layer layerCount { get; } : int levelResolution { get; set; } : int levels { get; set; } : double[] Methods add(Layer layer) : int dispose() : void getLevelByNearestPixelsize(double resolution) : int indexOf(Layer layer) : int insert(Layer layer, int index) : void LayerCollection() remove(Layer layer) : void Events layerAdded : EventHandler layerChanged : EventHandler layerRemoved : EventHandler layersInitialized : EventHandler AdfTileDirectAccess TileLayer Class Properties serverUrl { get; set; } : string tileUrlGeneratorFunction { get; set; } : Function Methods AdfTileDirectAccess() getTileUrl(int row, int column, int level, Function handler) : string AdfTileHandler TileLayer Class Properties tileHandlerUrl { get; set; } : string Methods AdfTileHandler() getTileUrl(int row, int column, int level, Function handler) : string System Static Class Methods addMouseWheelHandler(DomElement element, Function handler, object handlerOwner) : void arrayTemplateBinder(Dictionary<string, object>[] dataItems, string itemTemplate, string headerTemplate, string footerTemplate, string separatorTemplate, string alternatingItemTemplate) : string makeMouseEventRelativeToElement(EventArgs e, DomElement element) : int[] processCallbackResult(string response, object context) : void setIEPngTransparency(DomElement image, string src) : void setOpacity(DomElement image, float opacity) : void templateBinder(Dictionary<string, object> dataitem, string template) : string Nested Types ContentAlignment Enum TopLeft TopCenter TopRight MiddleLeft MiddleCenter MiddleRight BottomLeft BottomCenter BottomRight Geometry Abstract Class Properties Methods Surface(string spatialReference) Envelope Surface Class Properties area { get; } : double center { get; } : Point height { get; } : double width { get; } : double xmax { get; set; } : double xmin { get; set; } : double ymax { get; set; } : double ymin { get; set; } : double Methods clone() : Envelope Envelope() Envelope(double minx, double miny, double maxx, double maxy) Envelope(Point minPoint, Point maxPoint) getEnvelope() : Envelope intersection(Envelope box) : Envelope intersects(Envelope box) : bool join(Envelope box) : Envelope toString() : string Abstract Class Properties spatialReference { get; set; } : int Methods GeometryCollection<Geometry_Type> Geometry Generic Class Properties count { get; } : int Methods add(Geometry geom) : void clear() : void GeometryCollection(Type geomType, string spatialReference) get(int index) : Geometry getEnvelope() : Envelope getFirst() : Geometry getLast() : Geometry insert(Geometry geom, int index) : void isEmpty() : bool remove(Geometry geom) : void removeAt(int index) : void Polyline Geometry Class Methods addPath(CoordinateCollection path) : void getEnvelope() : Envelope getPath(int index) : CoordinateCollection getPathCount() : int Polyline(CoordinateCollection path, string spatialReference) Point Geometry Class Properties x { get; set; } : double y { get; set; } : double Methods equals() : bool fromString(string value) : Point getEnvelope() : Envelope Point(double x, double y, string spatialReference) Polygon Surface Class Properties area { get; } : double Methods addRing(CoordinateCollection ring) : void getEnvelope() : Envelope getRing(int index) : CoordinateCollection getRingCount() : int Polygon(CoordinateCollection ring, string spatialReference) Oval Surface Class Properties area { get; } : double center { get; set; } : Point height { get; } : double width { get; } : double Methods getEnvelope() : Envelope Oval(Point center, double width, double height, string spatialReference) GraphicFeature GraphicFeatureBase Class Properties attributes { get; set; } : KeyValuePair<string, object> geometry { get; set; } : Geometry graphicReference { get; set; } : DomElement highlight { get; set; } : bool isSelected { get; set; } : bool Methods clearGraphicReference() : void dispose() : void getEnvelope() : Envelope GraphicFeature(Geometry geometry, Symbol symbol, object[] attributes) initialize() : void GraphicFeatureGroup GraphicFeatureBase Class Properties opacity { get; set; } : int visible { get; set; } : bool Methods add(GraphicFeature graphic) : void clear() : void clearGraphicReference() : void dispose() : void get(int index) : GraphicFeature getFeatureCount() : int GraphicFeatureGroup(string id, Symbol defaultSymbol) indexOf(GraphicFeature feature) : int insert(GraphicFeature feature, int index) : void remove(GraphicFeature feature) : void Events elementAdded : EventHandler elementChanged : EventHandler elementRemoved : EventHandler Abstract Class Properties cursor { get; set; } : string opacity { get; set; } : double Methods clone() : Symbol MarkerSymbol Symbol Class Properties centerX { get; set; } : int centerY { get; set; } : int clipX { get; set; } : int clipY { get; set; } : int height { get; set; } : int imageFormat { get; set; } : string imageUrl { get; set; } : string width { get; set; } : int Methods MarkerSymbol(string imageUrl, int centerX, int centerY, string cursor) LineSymbol Symbol Class Properties capType { get; set; } : CapType dashPattern { get; set; } : int[] joinType { get; set; } : JoinType lineColor { get; set; } : string width { get; set; } : int Methods LineSymbol(string color, float width, string cursor) FillSymbol Symbol Class Properties fillColor { get; set; } : string outline { get; set; } : LineSymbol Methods FillSymbol(string color, string outlineColor, float outlineWidth, string cursor) Callout Component Class Properties anchorPoint { get; set; } : AnchorPoint animate { get; set; } : bool arrowImageUrl { get; set; } : string arrowOffset { get; set; } : int arrowSize { get; set; } : int autoHide { get; set; } : bool calloutBuffer { get; set; } : int content { get; set; } : string hideDelayTime { get; set; } : int isOpen { get; } : int parent { get; set; } : DomElement template { get; set; } : string templateUrl { get; set; } : string Methods Callout() checkPosition() : void dispose() : void getPosition() : int[] hide() : void initialize() : void setContent(string htmlContent) : void setPosition(int offsetX, int offsetY) : void show() : void startHideTimer() : void stopHideTimer() : void Events click : EventHandler closed : EventHandler hide : EventHandler mouseOut : EventHandler mouseOver : EventHandler show : EventHandler MapTips Component Class Properties adjustmentBuffer { get; set; } : int animate { get; set; } : bool autoHide { get; set; } : bool callout { get; } : Callout contentRenderer { get; set; } : Function contentTemplate { get; set; } : string expandOnClick { get; set; } : bool hoverTemplate { get; set; } : string isExpanded { get; set; } : bool map { get; set; } : MapBase maptipContentID { get; set; } : string maptipTitleID { get; set; } : string maxheight { get; set; } : int width { get; set; } : int Methods addGraphics(GraphicFeatureBase graphic) : void adjustHeight() : void collapse() : void createTemplate() : string dispose() : void expand() : void initialize() : void MapTips() removeGraphics(GraphicFeatureBase graphic) : void setContent(string htmlContent) : void setPosition(Point offsetPoint) : void Events collapsed : EventHandler expanded : EventHandler MapBase Control Class Properties center { get; } : Point cursor { get; set; } : string disableNavigationAnimation { get; set; } : bool disableScrollWheelZoom { get; set; } : bool dynTileSize { get; set; } : int[] enableMouseWheel { get; set; } : bool extent { get; set; } : Envelope layers { get; } : LayerCollection loadTilesContinuously { get; set; } : bool maxZoom { get; set; } : int minZoom { get; set; } : int mouseMode { get; set; } : MouseMode mouseWheelDirection { get; set; } : int pixelSize { get; set; } : double progressBarAlignment { get; set; } : ContentAlignment progressBarEnabled { get; set; } : bool rotation { get; set; } : double spatialReference { get; } : string tileBuffer { get; set; } : int Methods addGraphic(GraphicFeatureBase graphic) : GraphicFeature cancelGetGeometry() : void checkMapsize() : void clearGraphics() : void dispose() : void getGeometry(ShapeType type, Function onComplete, Function onCancel, string fillcolor, string linecolor, bool continuous, string cursor) : void getShapeCount() : int initialize() : void panTo(Point centerpoint, bool animate) : void refresh() : void refreshGraphics() : void refreshLayer(Layer layer) : void removeGraphic(GraphicFeatureBase graphic) : void removeKeyAction(int keyCode) : void setKeyAction(int keycode, Function onkeydown, Function onkeyup, string cursor, bool continuous) : void stepExtentHistory(int steps) : bool toMapPoint(int viewOffsetX, int viewOffsetY) : Point toScreenPoint(Point point) : int[] zoom(double scaleFactor, Point center, bool animate) : void zoomTo(Point center, int pixelsize, bool animate) : void zoomToBox(Envelope box, bool animate) : void Events click : EventHandler dblclick : EventHandler extentChanged : EventHandler extentChanging : EventHandler gridOriginChanged : EventHandler keyDown : EventHandler keyUp : EventHandler mapResized : EventHandler mouseDown : EventHandler mouseDragCompleted : EventHandler mouseDragging : EventHandler mouseMove : EventHandler mouseOut : EventHandler mouseOver : EventHandler mouseUp : EventHandler onProgress : EventHandler panCompleted : EventHandler panning : EventHandler zoomCompleted : EventHandler zoomStart : EventHandler Map MapBase Class Properties callbackFunctionString { get; set; } : string uniqueID { get; set; } : string Methods dispose() : void doCallback(string argument, string context) : void initialize() : void processCallbackResult(string response, string context) : void Events onServerRequest : EventHandler GraphicFeatureBase Component Class Properties highlightSymbol { get; set; } : Symbol mapTips { get; set; } : MapTips selectedSymbol { get; set; } : Symbol symbol { get; set; } : Symbol Methods Events click : EventHandler mouseMove : EventHandler mouseOut : EventHandler mouseOver : EventHandler CoordinateCollection Geometry Class Properties coordinates { get; set; } : double[][] count { get; } : int Methods add(double[] coord) : void clear() : void CoordinateCollection(Array points, string spatialReference) fromString(string pnts) : CoordinateCollection get(int index) : double[] getAsPoint(int index) : Point getEnvelope() : Envelope getFirst() : double[] getLast() : double[] removeAt(int index) : void toString(string pntSeparator, string coordSeparator) : string FloatingPanel Control Class Properties callbackFunctionString { get; set; } : string collapsedImage { get; set; } : string dockedContextMenuID { get; set; } : string dockedImage { get; set; } : string dockParent { get; set; } : string expandedImage { get; set; } : string forcePNG { get; set; } : bool isDocked { get; set; } : bool isDragging { get; set; } : bool isResizing { get; set; } : bool transparency { get; set; } : int undockedImage { get; set; } : string Methods bringToFront() : bool collapse() : void dock() : void expand() : void hide() : void hideFrame() : void initialize() : void moveDockedDown() : void moveDockedToBottom() : void moveDockedToTop() : void moveDockedUp() : void show() : void showFrame() : void toggleDockState() : void toggleState() : void toggleVisibility() : void undock() : void Events collapsed : EventHandler docked : EventHandler dragEnd : EventHandler dragMove : EventHandler dragStart : EventHandler expanded : EventHandler hide : EventHandler resized : EventHandler resizeStart : EventHandler resizing : EventHandler show : EventHandler undocked : EventHandler MapCopyrightText Control Class Properties callout { get; set; } : Callout calloutWindowTitleText { get; set; } : stri… copyrightText { get; set; } : string map { get; set; } : MapBase Methods closeClick() : void dispose() : void initialize() : void Navigation Control Class Properties map { get; set; } : Map speed { get; set; } : int Methods dispose() : void initialize() : void OverviewMap Control Class Properties aoiDraggable { get; set; } : bool aoiMinHeight { get; set; } : int aoiMinWidth { get; set; } : int aoiResizable { get; set; } : bool blankURL { get; set; } : bool boxColor { get; set; } : string boxHeight { get; set; } : int boxLeft { get; set; } : int boxTop { get; set; } : int boxWidth { get; set; } : int height { get; set; } : int imageURL { get; set; } : string lineType { get; set; } : string lineWidth { get; set; } : int map { get; set; } : Map tooltip { get; set; } : string width { get; set; } : int Methods dispose() : void hide() : void initialize() : void isVisible() : void processCallbackResult(string response, string context) : void show() : void ProgressBarExtender Component Class Properties map { get; set; } : Map progressbarAlignment { get; set; } : ContentAlignment width { get; set; } : int Methods dispose() : void initialize() : void ProgressBarExtender() TaskResults TreeViewPlus Class Properties hoverColor { get; set; } : int map { get; set; } : int Methods dispose() : void initialize() : void processCallbackResult(string response, string context) : void Events mouseOutNode : EventHandler mouseOverNode : EventHandler taskResultNodeInserted : EventHandler taskResultNodeRemoved : EventHandler Toolbar Control Class Properties buddies { get; set; } : int callbackFunctionString { get; set; } : int map { get; set; } : int uniqueID { get; set; } : int Methods dispose() : void doCallback(string argument, string context) : void processCallbackResult(string response, string context) : void Events onToolSelected : EventHandler TreeViewPlus Control Class Properties callbackFunctionString { get; set; } : string clearAllId { get; set; } : int collapsedImage { get; set; } : int contentDivId { get; set; } : int expandedImage { get; set; } : int showClearAllOption { get; set; } : int uniqueID { get; set; } : int Methods clearAllNodes() : void dispose() : void initialize() : void isNodeExpanded() : void processCallbackResult(string response, string context) : void updateClearAllControlVisibility() : void Events nodeChecked : EventHandler nodeClicked : EventHandler nodeToggled : EventHandler HighlightTaskResults Component Class Properties expandOnMaptipShown { get; set; } : int hoverColor { get; set; } : int taskResults { get; set; } : int Methods dispose() : void HighlightTaskResults() initialize() : void Tasks Static Class Methods executeTask() : void startActivityIndicator() : void startJob() : void Magnifier Component Class Properties blankImagePath { get; set; } : string callbackFunctionString { get; set; } : string magnifyFactor { get; set; } : double map { get; set; } : MapCopyrightText transparency { get; set; } : double uniqueID { get; set; } : int Methods dispose() : void doCallback(string argument, string context) : void initialize() : void processCallbackResult(string response, string context) : void ZoomLevel Control Class Properties dragDataType { get; } : string dragMode { get; } : Move dropTargetElement { get; } : DomElement dynamicZoomInFactor { get; set; } : int dynamicZoomOutFactor { get; set; } : int imageHeight { get; set; } : int imageWidth { get; set; } : int imgBottom { get; set; } : string imgDefault { get; set; } : string imgSelected { get; set; } : string imgTop { get; set; } : string map { get; set; } : Map orientation { get; set; } : int Methods canDrop(Move dragMode, string dataType) : bool dispose() : void drop() : void getDragData() : string initialize() : void onDrag() : void onDragEnd() : void onDragEnterTarget() : void onDragInTarget() : void onDragLeaveTarget() : void onDragStart() : void CapType Enum Round Flat Square JoinType Enum Round Miter Bevel AnchorPoint Enum TopLeft TopRight BottomLeft BottomRight MouseMode Enum None Pan ZoomIn ZoomOut Custom ShapeType Enum Point Line Path Envelope Circle Oval Ring ESRI.ADF.Layers ESRI.ADF.Graphics ESRI.ADF.System ESRI.ADF.UI ESRI.ADF.Geometries ESRI.ADF

ESRI.ADF.UI ESRI.ADF.Graphicsresources.esri.com/.../adf/dotnet/developer/ADF/WebADFJavaScriptO… · Component Abstract Class Properties extent { get; set; } : Envelope ... Ring ESRI.ADF.Layers

Embed Size (px)

Citation preview

Page 1: ESRI.ADF.UI ESRI.ADF.Graphicsresources.esri.com/.../adf/dotnet/developer/ADF/WebADFJavaScriptO… · Component Abstract Class Properties extent { get; set; } : Envelope ... Ring ESRI.ADF.Layers

LayerAbstract Class

Properties

levels { get; set; } : LevelInfo[]maximumResolution { get; } : intminimumResolution { get; } : doubletileOrigin { get; set; } : Point

Methods

getLevelByNearestPixelsize(double pixelsize) : intgetLevelExtent(int level) : EnvelopegetLevelInfo(int level) : LevelInfogetTileExtent(int column, int row, int level) : EnvelopegetTileSpanWithin() : int[]getTileUrl(int row, int column, int level, Function handler) : stringTileLayer(string id, Envelope extent, int levels, string spatialReference)

LevelInfoClass

Properties

columns { get; set; } : intminCol { get; set; } : intminRow { get; set; } : intresX { get; } : doublerexY { get; set; } : doublerows { get; set; } : inttileHeight { get; } : inttileWidth { get; } : int

Methods

LevelInfo(double tileHeight, double tileWidth, int rows, int columns, double resX, double resY, int minrow, int mincol)

ComponentAbstract Class

Properties

extent { get; set; } : EnvelopeimageFormat { get; set; } : stringname { get; set; } : stringopacity { get; set; } : intspatialReference { get; } : stringvisible { get; set; } : bool

Methods

initialize() : voidLayer(string id, Envelope extent, string spatialReference)

Events

initialized : EventHandler

LayerAbstract Class

Properties

levels { get; set; } : intmaximumResolution { get; set; } : doubleminimumResolution { get; set; } : doubletilesize { get; set; } : int[]useTiling { get; set; } : bool

Methods

DynamicLayer(string id, Envelope extent, string spatialReference)getUrl(Envelope envelope, int width, int height, Function handler) : string

AdfMapHandler

DynamicLayerClass

Properties

mapHandlerUrl { get; set; } : string

Methods

AdfMapHandler()getUrl(Envelope envelope, int width, int height, Function handler) : void

LayerCollection

ComponentClass

Properties

extent { get; } : EnvelopehasPendingLayers { get; } : boollayer { get; set; } : LayerlayerCount { get; } : intlevelResolution { get; set; } : intlevels { get; set; } : double[]

Methods

add(Layer layer) : intdispose() : voidgetLevelByNearestPixelsize(double resolution) : intindexOf(Layer layer) : intinsert(Layer layer, int index) : voidLayerCollection()remove(Layer layer) : void

Events

layerAdded : EventHandlerlayerChanged : EventHandlerlayerRemoved : EventHandlerlayersInitialized : EventHandler

AdfTileDirectAccess

TileLayerClass

Properties

serverUrl { get; set; } : stringtileUrlGeneratorFunction { get; set; } : Function

Methods

AdfTileDirectAccess()getTileUrl(int row, int column, int level, Function handler) : string

AdfTileHandler

TileLayerClass

Properties

tileHandlerUrl { get; set; } : string

Methods

AdfTileHandler()getTileUrl(int row, int column, int level, Function handler) : string

SystemStatic Class

Methods

addMouseWheelHandler(DomElement element, Function handler, object handlerOwner) : voidarrayTemplateBinder(Dictionary<string, object>[] dataItems, string itemTemplate, string headerTemplate, string footerTemplate, string separatorTemplate, string alternatingItemTemplate) : stringmakeMouseEventRelativeToElement(EventArgs e, DomElement element) : int[]processCallbackResult(string response, object context) : voidsetIEPngTransparency(DomElement image, string src) : voidsetOpacity(DomElement image, float opacity) : voidtemplateBinder(Dictionary<string, object> dataitem, string template) : string

Nested Types

ContentAlignmentEnum

TopLeftTopCenterTopRightMiddleLeftMiddleCenterMiddleRightBottomLeftBottomCenterBottomRight

GeometryAbstract Class

Properties

Methods

Surface(string spatialReference)

Envelope

SurfaceClass

Properties

area { get; } : doublecenter { get; } : Pointheight { get; } : doublewidth { get; } : doublexmax { get; set; } : doublexmin { get; set; } : doubleymax { get; set; } : doubleymin { get; set; } : double

Methods

clone() : EnvelopeEnvelope()Envelope(double minx, double miny, double maxx, double maxy)Envelope(Point minPoint, Point maxPoint)getEnvelope() : Envelopeintersection(Envelope box) : Envelopeintersects(Envelope box) : booljoin(Envelope box) : EnvelopetoString() : string

Abstract Class

Properties

spatialReference { get; set; } : int

Methods

GeometryCollection<Geometry_Type>

GeometryGeneric Class

Properties

count { get; } : int

Methods

add(Geometry geom) : voidclear() : voidGeometryCollection(Type geomType, string spatialReference)get(int index) : GeometrygetEnvelope() : EnvelopegetFirst() : GeometrygetLast() : Geometryinsert(Geometry geom, int index) : voidisEmpty() : boolremove(Geometry geom) : voidremoveAt(int index) : void

Polyline

GeometryClass

Methods

addPath(CoordinateCollection path) : voidgetEnvelope() : EnvelopegetPath(int index) : CoordinateCollectiongetPathCount() : intPolyline(CoordinateCollection path, string spatialReference)

Point

GeometryClass

Properties

x { get; set; } : doubley { get; set; } : double

Methods

equals() : boolfromString(string value) : PointgetEnvelope() : EnvelopePoint(double x, double y, string spatialReference)

Polygon

SurfaceClass

Properties

area { get; } : double

Methods

addRing(CoordinateCollection ring) : voidgetEnvelope() : EnvelopegetRing(int index) : CoordinateCollectiongetRingCount() : intPolygon(CoordinateCollection ring, string spatialReference)

Oval

SurfaceClass

Properties

area { get; } : doublecenter { get; set; } : Pointheight { get; } : doublewidth { get; } : double

Methods

getEnvelope() : EnvelopeOval(Point center, double width, double height, string spatialReference)

GraphicFeature

GraphicFeatureBaseClass

Properties

attributes { get; set; } : KeyValuePair<string, object>geometry { get; set; } : GeometrygraphicReference { get; set; } : DomElementhighlight { get; set; } : boolisSelected { get; set; } : bool

Methods

clearGraphicReference() : voiddispose() : voidgetEnvelope() : EnvelopeGraphicFeature(Geometry geometry, Symbol symbol, object[] attributes)initialize() : void

GraphicFeatureGroup

GraphicFeatureBaseClass

Properties

opacity { get; set; } : intvisible { get; set; } : bool

Methods

add(GraphicFeature graphic) : voidclear() : voidclearGraphicReference() : voiddispose() : voidget(int index) : GraphicFeaturegetFeatureCount() : intGraphicFeatureGroup(string id, Symbol defaultSymbol)indexOf(GraphicFeature feature) : intinsert(GraphicFeature feature, int index) : voidremove(GraphicFeature feature) : void

Events

elementAdded : EventHandlerelementChanged : EventHandlerelementRemoved : EventHandler

Abstract Class

Properties

cursor { get; set; } : stringopacity { get; set; } : double

Methods

clone() : Symbol

MarkerSymbol

SymbolClass

Properties

centerX { get; set; } : intcenterY { get; set; } : intclipX { get; set; } : intclipY { get; set; } : intheight { get; set; } : intimageFormat { get; set; } : stringimageUrl { get; set; } : stringwidth { get; set; } : int

Methods

MarkerSymbol(string imageUrl, int centerX, int centerY, string cursor)

LineSymbol

SymbolClass

Properties

capType { get; set; } : CapTypedashPattern { get; set; } : int[]joinType { get; set; } : JoinTypelineColor { get; set; } : stringwidth { get; set; } : int

Methods

LineSymbol(string color, float width, string cursor)

FillSymbol

SymbolClass

Properties

fillColor { get; set; } : stringoutline { get; set; } : LineSymbol

Methods

FillSymbol(string color, string outlineColor, float outlineWidth, string cursor)

Callout

ComponentClass

Properties

anchorPoint { get; set; } : AnchorPointanimate { get; set; } : boolarrowImageUrl { get; set; } : stringarrowOffset { get; set; } : intarrowSize { get; set; } : intautoHide { get; set; } : boolcalloutBuffer { get; set; } : intcontent { get; set; } : stringhideDelayTime { get; set; } : intisOpen { get; } : intparent { get; set; } : DomElementtemplate { get; set; } : stringtemplateUrl { get; set; } : string

Methods

Callout()checkPosition() : voiddispose() : voidgetPosition() : int[]hide() : voidinitialize() : voidsetContent(string htmlContent) : voidsetPosition(int offsetX, int offsetY) : voidshow() : voidstartHideTimer() : voidstopHideTimer() : void

Events

click : EventHandlerclosed : EventHandlerhide : EventHandlermouseOut : EventHandlermouseOver : EventHandlershow : EventHandler

MapTips

ComponentClass

Properties

adjustmentBuffer { get; set; } : intanimate { get; set; } : boolautoHide { get; set; } : boolcallout { get; } : CalloutcontentRenderer { get; set; } : FunctioncontentTemplate { get; set; } : stringexpandOnClick { get; set; } : boolhoverTemplate { get; set; } : stringisExpanded { get; set; } : boolmap { get; set; } : MapBasemaptipContentID { get; set; } : stringmaptipTitleID { get; set; } : stringmaxheight { get; set; } : intwidth { get; set; } : int

Methods

addGraphics(GraphicFeatureBase graphic) : voidadjustHeight() : voidcollapse() : voidcreateTemplate() : stringdispose() : voidexpand() : voidinitialize() : voidMapTips()removeGraphics(GraphicFeatureBase graphic) : voidsetContent(string htmlContent) : voidsetPosition(Point offsetPoint) : void

Events

collapsed : EventHandlerexpanded : EventHandler

MapBase

ControlClass

Properties

center { get; } : Pointcursor { get; set; } : stringdisableNavigationAnimation { get; set; } : booldisableScrollWheelZoom { get; set; } : booldynTileSize { get; set; } : int[]enableMouseWheel { get; set; } : boolextent { get; set; } : Envelopelayers { get; } : LayerCollectionloadTilesContinuously { get; set; } : boolmaxZoom { get; set; } : intminZoom { get; set; } : intmouseMode { get; set; } : MouseModemouseWheelDirection { get; set; } : intpixelSize { get; set; } : doubleprogressBarAlignment { get; set; } : ContentAlignmentprogressBarEnabled { get; set; } : boolrotation { get; set; } : doublespatialReference { get; } : stringtileBuffer { get; set; } : int

Methods

addGraphic(GraphicFeatureBase graphic) : GraphicFeaturecancelGetGeometry() : voidcheckMapsize() : voidclearGraphics() : voiddispose() : voidgetGeometry(ShapeType type, Function onComplete, Function onCancel, string fillcolor, string linecolor, bool continuous, string cursor) : voidgetShapeCount() : intinitialize() : voidpanTo(Point centerpoint, bool animate) : voidrefresh() : voidrefreshGraphics() : voidrefreshLayer(Layer layer) : voidremoveGraphic(GraphicFeatureBase graphic) : voidremoveKeyAction(int keyCode) : voidsetKeyAction(int keycode, Function onkeydown, Function onkeyup, string cursor, bool continuous) : voidstepExtentHistory(int steps) : booltoMapPoint(int viewOffsetX, int viewOffsetY) : PointtoScreenPoint(Point point) : int[]zoom(double scaleFactor, Point center, bool animate) : voidzoomTo(Point center, int pixelsize, bool animate) : voidzoomToBox(Envelope box, bool animate) : void

Events

click : EventHandlerdblclick : EventHandlerextentChanged : EventHandlerextentChanging : EventHandlergridOriginChanged : EventHandlerkeyDown : EventHandlerkeyUp : EventHandlermapResized : EventHandlermouseDown : EventHandlermouseDragCompleted : EventHandlermouseDragging : EventHandlermouseMove : EventHandlermouseOut : EventHandlermouseOver : EventHandlermouseUp : EventHandleronProgress : EventHandlerpanCompleted : EventHandlerpanning : EventHandlerzoomCompleted : EventHandlerzoomStart : EventHandler

Map

MapBaseClass

Properties

callbackFunctionString { get; set; } : stringuniqueID { get; set; } : string

Methods

dispose() : voiddoCallback(string argument, string context) : voidinitialize() : voidprocessCallbackResult(string response, string context) : void

Events

onServerRequest : EventHandler

GraphicFeatureBase

ComponentClass

Properties

highlightSymbol { get; set; } : SymbolmapTips { get; set; } : MapTipsselectedSymbol { get; set; } : Symbolsymbol { get; set; } : Symbol

Methods

GraphicFeatureBase(Symbol symbol)

Events

click : EventHandlermouseMove : EventHandlermouseOut : EventHandlermouseOver : EventHandler

CoordinateCollection

GeometryClass

Properties

coordinates { get; set; } : double[][]count { get; } : int

Methods

add(double[] coord) : voidclear() : voidCoordinateCollection(Array points, string spatialReference)fromString(string pnts) : CoordinateCollectionget(int index) : double[]getAsPoint(int index) : PointgetEnvelope() : EnvelopegetFirst() : double[]getLast() : double[]removeAt(int index) : voidtoString(string pntSeparator, string coordSeparator) : string

FloatingPanel

ControlClass

Properties

callbackFunctionString { get; set; } : stringcollapsedImage { get; set; } : stringdockedContextMenuID { get; set; } : stringdockedImage { get; set; } : stringdockParent { get; set; } : stringexpandedImage { get; set; } : stringforcePNG { get; set; } : boolisDocked { get; set; } : boolisDragging { get; set; } : boolisResizing { get; set; } : booltransparency { get; set; } : intundockedImage { get; set; } : string

Methods

bringToFront() : boolcollapse() : voiddock() : voidexpand() : voidhide() : voidhideFrame() : voidinitialize() : voidmoveDockedDown() : voidmoveDockedToBottom() : voidmoveDockedToTop() : voidmoveDockedUp() : voidshow() : voidshowFrame() : voidtoggleDockState() : voidtoggleState() : voidtoggleVisibility() : voidundock() : void

Events

collapsed : EventHandlerdocked : EventHandlerdragEnd : EventHandlerdragMove : EventHandlerdragStart : EventHandlerexpanded : EventHandlerhide : EventHandlerresized : EventHandlerresizeStart : EventHandlerresizing : EventHandlershow : EventHandlerundocked : EventHandler

MapCopyrightText

ControlClass

Properties

callout { get; set; } : CalloutcalloutWindowTitleText { get; set; } : stri…copyrightText { get; set; } : stringmap { get; set; } : MapBase

Methods

closeClick() : voiddispose() : voidinitialize() : void

Navigation

ControlClass

Properties

map { get; set; } : Mapspeed { get; set; } : int

Methods

dispose() : voidinitialize() : void

OverviewMap

ControlClass

Properties

aoiDraggable { get; set; } : boolaoiMinHeight { get; set; } : intaoiMinWidth { get; set; } : intaoiResizable { get; set; } : boolblankURL { get; set; } : boolboxColor { get; set; } : stringboxHeight { get; set; } : intboxLeft { get; set; } : intboxTop { get; set; } : intboxWidth { get; set; } : intheight { get; set; } : intimageURL { get; set; } : stringlineType { get; set; } : stringlineWidth { get; set; } : intmap { get; set; } : Maptooltip { get; set; } : stringwidth { get; set; } : int

Methods

dispose() : voidhide() : voidinitialize() : voidisVisible() : voidprocessCallbackResult(string response, string context) : voidshow() : void

ProgressBarExtender

ComponentClass

Properties

map { get; set; } : MapprogressbarAlignment { get; set; } : ContentAlignmentwidth { get; set; } : int

Methods

dispose() : voidinitialize() : voidProgressBarExtender()

TaskResults

TreeViewPlusClass

Properties

hoverColor { get; set; } : intmap { get; set; } : int

Methods

dispose() : voidinitialize() : voidprocessCallbackResult(string response, string context) : void

Events

mouseOutNode : EventHandlermouseOverNode : EventHandlertaskResultNodeInserted : EventHandlertaskResultNodeRemoved : EventHandler

Toolbar

ControlClass

Properties

buddies { get; set; } : intcallbackFunctionString { get; set; } : intmap { get; set; } : intuniqueID { get; set; } : int

Methods

dispose() : voiddoCallback(string argument, string context) : voidprocessCallbackResult(string response, string context) : voidtoolbarMapHistory() : void

Events

onToolSelected : EventHandler

TreeViewPlus

ControlClass

Properties

callbackFunctionString { get; set; } : stringclearAllId { get; set; } : intcollapsedImage { get; set; } : intcontentDivId { get; set; } : intexpandedImage { get; set; } : intshowClearAllOption { get; set; } : intuniqueID { get; set; } : int

Methods

clearAllNodes() : voiddispose() : voidinitialize() : voidisNodeExpanded() : voidprocessCallbackResult(string response, string context) : voidupdateClearAllControlVisibility() : void

Events

nodeChecked : EventHandlernodeClicked : EventHandlernodeToggled : EventHandler

HighlightTaskResults

ComponentClass

Properties

expandOnMaptipShown { get; set; } : inthoverColor { get; set; } : inttaskResults { get; set; } : int

Methods

dispose() : voidHighlightTaskResults()initialize() : void

TasksStatic Class

Methods

executeTask() : voidstartActivityIndicator() : voidstartJob() : void

Magnifier

ComponentClass

Properties

blankImagePath { get; set; } : stringcallbackFunctionString { get; set; } : stringmagnifyFactor { get; set; } : doublemap { get; set; } : MapCopyrightTexttransparency { get; set; } : doubleuniqueID { get; set; } : int

Methods

dispose() : voiddoCallback(string argument, string context) : voidinitialize() : voidprocessCallbackResult(string response, string context) : void

ZoomLevel

ControlClass

Properties

dragDataType { get; } : stringdragMode { get; } : MovedropTargetElement { get; } : DomElementdynamicZoomInFactor { get; set; } : intdynamicZoomOutFactor { get; set; } : intimageHeight { get; set; } : intimageWidth { get; set; } : intimgBottom { get; set; } : stringimgDefault { get; set; } : stringimgSelected { get; set; } : stringimgTop { get; set; } : stringmap { get; set; } : Maporientation { get; set; } : int

Methods

canDrop(Move dragMode, string dataType) : booldispose() : voiddrop() : voidgetDragData() : stringinitialize() : voidonDrag() : voidonDragEnd() : voidonDragEnterTarget() : voidonDragInTarget() : voidonDragLeaveTarget() : voidonDragStart() : void

CapTypeEnum

RoundFlatSquare

JoinTypeEnum

RoundMiterBevel

AnchorPointEnum

TopLeftTopRightBottomLeftBottomRight

MouseModeEnum

NonePanZoomInZoomOutCustom

ShapeTypeEnum

PointLinePathEnvelopeCircleOvalRing

ESRI.ADF.Layers

ESRI.ADF.Graphics

ESRI.ADF.System

ESRI.ADF.UI

ESRI.ADF.Geometries

ESRI.ADF