ESRI.ArcGIS.ADF.Web
GraphicsLayer Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace : GraphicsLayer Class




The following tables list the members exposed by GraphicsLayer.

Public Fields

 NameDescription
Public FieldRowChanges This collection is used by the map control to keep track of graphic layer changes, and is populated by the RowChanged event.  
Top

Protected Fields

 NameDescription
Protected FieldfInitInProgress (Inherited from System.Data.DataTable)
Top

Public Properties

 NameDescription
Public PropertyCaseSensitive (Inherited from System.Data.DataTable)
Public PropertyChildRelations (Inherited from System.Data.DataTable)
Public PropertyColumns (Inherited from System.Data.DataTable)
Public PropertyConstraints (Inherited from System.Data.DataTable)
Public PropertyContainer (Inherited from System.ComponentModel.MarshalByValueComponent)
Public PropertyDataSet (Inherited from System.Data.DataTable)
Public PropertyDefaultView (Inherited from System.Data.DataTable)
Public PropertyDesignMode (Inherited from System.ComponentModel.MarshalByValueComponent)
Public PropertyDisplayExpression (Inherited from System.Data.DataTable)
Public PropertyEnableCallout Enables or disables the callout when the GraphicsLayer is rendered on client.  
Public PropertyExtendedProperties (Inherited from System.Data.DataTable)
Public PropertyForceFullClientGraphicsRefresh Sets to true if you want to force a full refresh of client graphics  
Public PropertyFullExtent The full extent of the contents of the GraphicsLayer.  
Public PropertyGraphicsIDColumnThe primary key column of the GraphicsLayer containing an integer ID.  
Public PropertyHasErrors (Inherited from System.Data.DataTable)
Public PropertyIsInitialized (Inherited from System.Data.DataTable)
Public PropertyIsSelectedColumn The System.Data.DataColumn that is of type boolean containing and which indicates if a particular row is selected.  
Public PropertyLocale (Inherited from System.Data.DataTable)
Public PropertyMinimumCapacity (Inherited from System.Data.DataTable)
Public PropertyNamespace (Inherited from System.Data.DataTable)
Public PropertyParentRelations (Inherited from System.Data.DataTable)
Public PropertyPrefix (Inherited from System.Data.DataTable)
Public PropertyPrimaryKey (Inherited from System.Data.DataTable)
Public PropertyRemotingFormat (Inherited from System.Data.DataTable)
Public PropertyRenderOnClient If true, the layer is rendered on the client as vector graphics  
Public PropertyRows (Inherited from System.Data.DataTable)
Public PropertySite (Inherited from System.Data.DataTable)
Public PropertySupportsIdentify Whether this layer supports identify operations. False by default.  
Public PropertyTableName (Inherited from System.Data.DataTable)
Public PropertyTransparency The percentage transparency for the graphics layer when overlaid on other graphics layer in the dataset resources.  
Public PropertyVisible Whether the GraphicLayer is visible.  
Top

Protected Properties

 NameDescription
Protected PropertyEvents (Inherited from System.ComponentModel.MarshalByValueComponent)
Top

Public Methods

 NameDescription
Public MethodAcceptChanges (Inherited from System.Data.DataTable)
Public Methodstatic (Shared in Visual Basic)ApplyContentsTemplateOverloaded.  Applies the contents template to the data table. This template will be honored by ADF controls that display rows from the table.  
Public Methodstatic (Shared in Visual Basic)ApplyTemplateFieldsOverloaded.  Applies the permissible list of template to the data table. When title and contents templates are used to format datarows from this table, fields that are on this list will be escaped if not present in the datatable.  
Public Methodstatic (Shared in Visual Basic)ApplyTitleTemplateOverloaded.  Applies the title template to the data table. This template will be honored by ADF controls that display rows from the table.  
Public MethodBeginInit (Inherited from System.Data.DataTable)
Public MethodBeginLoadData (Inherited from System.Data.DataTable)
Public MethodClear (Inherited from System.Data.DataTable)
Public MethodClone (Inherited from System.Data.DataTable)
Public MethodCompute (Inherited from System.Data.DataTable)
Public MethodCopyCopies both the structure and data for this GraphicsLayer.  
Public MethodCreateDataReader (Inherited from System.Data.DataTable)
Public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.MarshalByValueComponent)
Public MethodEndInit (Inherited from System.Data.DataTable)
Public MethodEndLoadData (Inherited from System.Data.DataTable)
Public MethodGeometryFromRow Convenience method for retrieving an ESRI.ArcGIS.ADF.Web.Geometry from a row in the graphic layer table.  
Public MethodGetChangesOverloaded.  (Inherited from System.Data.DataTable)
Public Methodstatic (Shared in Visual Basic)GetContentsTemplateOverloaded.  Returns the template for formatting the field values of a record in the passed-in table  
Public MethodGetErrors (Inherited from System.Data.DataTable)
Public MethodGetObjectDataOverridden.  Populates a serialization information object with the data needed to serialize the GraphicsLayer.  
Public MethodGetService (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Methodstatic (Shared in Visual Basic)GetTitleTemplateOverloaded.  Returns the template for formatting the title of a record in the passed-in table  
Public Methodstatic (Shared in Visual Basic)GetTocLayerReturns a table of contents (TOC) layer for this graphics layer.  
Public MethodImportRow (Inherited from System.Data.DataTable)
Public MethodIsSelected Indicates if the graphic object contained in the specified row is selected. This is determined by the value of the IsSelectedColumn column.  
Public MethodLoadOverloaded.  (Inherited from System.Data.DataTable)
Public MethodLoadDataRowOverloaded.  (Inherited from System.Data.DataTable)
Public MethodMergeOverloaded.  (Inherited from System.Data.DataTable)
Public MethodNewRow (Inherited from System.Data.DataTable)
Public MethodQueryQueries a graphics layer for features matching the filter parameters.  
Public MethodReadXmlOverloaded.  (Inherited from System.Data.DataTable)
Public MethodReadXmlSchemaOverloaded.  (Inherited from System.Data.DataTable)
Public MethodRejectChanges (Inherited from System.Data.DataTable)
Public MethodReset (Inherited from System.Data.DataTable)
Public MethodSelectOverloaded.  (Inherited from System.Data.DataTable)
Public MethodToString (Inherited from System.Data.DataTable)
Public Methodstatic (Shared in Visual Basic)WriteContentsTemplateColumn Reserved for internal use.  
Public MethodWriteXmlOverloaded.  (Inherited from System.Data.DataTable)
Public MethodWriteXmlSchemaOverloaded.  (Inherited from System.Data.DataTable)
Top

Protected Methods

 NameDescription
Protected MethodCreateInstance (Inherited from System.Data.DataTable)
Protected MethodDrawExtent Draws the contents of the graphics layer in the specified extent  
Protected MethodFinalize (Inherited from System.ComponentModel.MarshalByValueComponent)
Protected MethodGetRowType (Inherited from System.Data.DataTable)
Protected MethodGetSchema (Inherited from System.Data.DataTable)
Protected MethodNewRowArray (Inherited from System.Data.DataTable)
Protected MethodNewRowFromBuilder (Inherited from System.Data.DataTable)
Protected MethodOnColumnChanged (Inherited from System.Data.DataTable)
Protected MethodOnColumnChanging (Inherited from System.Data.DataTable)
Protected MethodOnPropertyChanging (Inherited from System.Data.DataTable)
Protected MethodOnRemoveColumnOverridden.  Notifies the GraphicsLayer that a System.Data.DataColumn is being removed.  
Protected MethodOnRowChangedOverridden.  Raises the RowChanged event.  
Protected MethodOnRowChanging (Inherited from System.Data.DataTable)
Protected MethodOnRowDeleted (Inherited from System.Data.DataTable)
Protected MethodOnRowDeletingOverridden.  Raises the RowDeleting event.  
Protected MethodOnTableCleared (Inherited from System.Data.DataTable)
Protected MethodOnTableClearing (Inherited from System.Data.DataTable)
Protected MethodOnTableNewRow (Inherited from System.Data.DataTable)
Protected MethodReadXmlSerializable (Inherited from System.Data.DataTable)
Top

Public Events

 NameDescription
Public EventColumnChanged (Inherited from System.Data.DataTable)
Public EventColumnChanging (Inherited from System.Data.DataTable)
Public EventDisposed (Inherited from System.ComponentModel.MarshalByValueComponent)
Public EventInitialized (Inherited from System.Data.DataTable)
Public EventRowChanged (Inherited from System.Data.DataTable)
Public EventRowChanging (Inherited from System.Data.DataTable)
Public EventRowDeleted (Inherited from System.Data.DataTable)
Public EventRowDeleting (Inherited from System.Data.DataTable)
Public EventTableCleared (Inherited from System.Data.DataTable)
Public EventTableClearing (Inherited from System.Data.DataTable)
Public EventTableNewRow (Inherited from System.Data.DataTable)
Top

See Also

© 2010 All Rights Reserved.