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 Constructors

  Name Description
Public Constructor GraphicsLayer Constructor Overloaded.  GraphicsLayer constructor.  
Top

Protected Fields

  Name Description
Protected Field fInitInProgress (Inherited from System.Data.DataTable)
Top

Public Properties

  Name Description
Public Property CaseSensitive Indicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable)
Public Property ChildRelations Gets the collection of child relations for this DataTable. (Inherited from System.Data.DataTable)
Public Property Columns Gets the collection of columns that belong to this table. (Inherited from System.Data.DataTable)
Public Property Constraints Gets the collection of constraints maintained by this table. (Inherited from System.Data.DataTable)
Public Property Container Gets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Property DataSet Gets the DataSet to which this table belongs. (Inherited from System.Data.DataTable)
Public Property DefaultView Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable)
Public Property DesignMode Gets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Property DisplayExpression Gets or sets the expression that returns a value used to represent this table in the user interface. (Inherited from System.Data.DataTable)
Public Property ExtendedProperties Gets the collection of customized user information. (Inherited from System.Data.DataTable)
Public Property FullExtent The full extent of the contents of the GraphicsLayer.  
Public Property GraphicsIDColumn The primary key column of the GraphicsLayer containing and integer ID.  
Public Property HasErrors Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. (Inherited from System.Data.DataTable)
Public Property IsInitialized Gets a value that indicates whether the DataTable is initialized. (Inherited from System.Data.DataTable)
Public Property IsSelectedColumn The System.Data.DataColumn that is of type boolean containing and which indicates if a particular row is selected.  
Public Property Locale Gets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable)
Public Property MinimumCapacity Gets or sets the initial starting size for this table. (Inherited from System.Data.DataTable)
Public Property Namespace Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from System.Data.DataTable)
Public Property ParentRelations Gets the collection of parent relations for this DataTable. (Inherited from System.Data.DataTable)
Public Property Prefix Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from System.Data.DataTable)
Public Property PrimaryKey Gets or sets an array of columns that function as primary keys for the data table. (Inherited from System.Data.DataTable)
Public Property RemotingFormat Gets or sets the serialization format. (Inherited from System.Data.DataTable)
Public Property Rows Gets the collection of rows that belong to this table. (Inherited from System.Data.DataTable)
Public Property Site Gets or sets an ISite for the DataTable. (Inherited from System.Data.DataTable)
Public Property TableName Gets or sets the name of the DataTable. (Inherited from System.Data.DataTable)
Public Property Visible Whether the GraphicLayer is visible.  
Top

Protected Properties

  Name Description
Protected Property Events Gets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Top

Public Methods

  Name Description
Public Method AcceptChanges Commits all the changes made to this table since the last time AcceptChanges was called. (Inherited from System.Data.DataTable)
Public Method BeginInit Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (Inherited from System.Data.DataTable)
Public Method BeginLoadData Turns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable)
Public Method Clear Clears the DataTable of all data. (Inherited from System.Data.DataTable)
Public Method Clone Clones the structure of the DataTable, including all DataTable schemas and constraints. (Inherited from System.Data.DataTable)
Public Method Compute Computes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable)
Public Method Copy Copies both the structure and data for this GraphicsLayer  
Public Method CreateDataReader Returns a DataTableReader corresponding to the data within this DataTable. (Inherited from System.Data.DataTable)
Public Method Dispose Overloaded. Releases all resources used by the MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Method EndInit Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (Inherited from System.Data.DataTable)
Public Method EndLoadData Turns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable)
Public Method GeometryFromRow Convenience method for retrieving an ESRI.ArcGIS.ADF.Web.Geometry from a row in the graphic layer table.  
Public Method GetChanges Overloaded. Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. (Inherited from System.Data.DataTable)
Public Method GetErrors Gets an array of DataRow objects that contain errors. (Inherited from System.Data.DataTable)
Public Method GetObjectData Overridden.  Populates a serialization information object with the data needed to serialize the GraphicsLayer.  
Public Method GetService Gets the implementer of the IServiceProvider. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Methodstatic (Shared in Visual Basic) GetTocLayer Returns a toc layer for this graphics layer  
Public Method ImportRow Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values. (Inherited from System.Data.DataTable)
Public Method IsSelected Indicates if the graphic object contained in the specified row is selected. This is determined by the value of the IsSelectedColumn column.  
Public Method Load Overloaded. Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (Inherited from System.Data.DataTable)
Public Method LoadDataRow Overloaded.  (Inherited from System.Data.DataTable)
Public Method Merge Overloaded. Merge the specified DataTable with the current DataTable. (Inherited from System.Data.DataTable)
Public Method NewRow Creates a new DataRow with the same schema as the table. (Inherited from System.Data.DataTable)
Public Method ReadXml Overloaded. Reads XML schema and data into the DataTable using the specified Stream. (Inherited from System.Data.DataTable)
Public Method ReadXmlSchema Overloaded. Reads an XML schema into the DataTable using the specified stream. (Inherited from System.Data.DataTable)
Public Method RejectChanges Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called. (Inherited from System.Data.DataTable)
Public Method Reset Resets the DataTable to its original state. (Inherited from System.Data.DataTable)
Public Method Select Overloaded. Gets an array of all DataRow objects. (Inherited from System.Data.DataTable)
Public Method ToString Gets the TableName and DisplayExpression, if there is one as a concatenated string. (Inherited from System.Data.DataTable)
Public Method WriteXml Overloaded. Writes the current contents of the DataTable as XML using the specified XmlWriter. (Inherited from System.Data.DataTable)
Public Method WriteXmlSchema Overloaded. Writes the current data structure of the DataTable as an XML schema to the specified stream. (Inherited from System.Data.DataTable)
Top

Protected Methods

  Name Description
Protected Method CreateInstance (Inherited from System.Data.DataTable)
Protected Method DrawExtent Draws the contents of the graphics layer in the specified extent  
Protected Method Finalize [To be supplied.] (Inherited from System.ComponentModel.MarshalByValueComponent)
Protected Method GetRowType (Inherited from System.Data.DataTable)
Protected Method GetSchema (Inherited from System.Data.DataTable)
Protected Method NewRowArray (Inherited from System.Data.DataTable)
Protected Method NewRowFromBuilder Creates a new row from an existing row. (Inherited from System.Data.DataTable)
Protected Method OnColumnChanged Raises the ColumnChanged event. (Inherited from System.Data.DataTable)
Protected Method OnColumnChanging Raises the ColumnChanging event. (Inherited from System.Data.DataTable)
Protected Method OnPropertyChanging Raises the PropertyChanging event. (Inherited from System.Data.DataTable)
Protected Method OnRemoveColumn Overridden.  Notifies the GraphicsLayer that a System.Data.DataColumn is being removed.  
Protected Method OnRowChanged Raises the RowChanged event. (Inherited from System.Data.DataTable)
Protected Method OnRowChanging Raises the RowChanging event. (Inherited from System.Data.DataTable)
Protected Method OnRowDeleted Raises the RowDeleted event. (Inherited from System.Data.DataTable)
Protected Method OnRowDeleting Raises the RowDeleting event. (Inherited from System.Data.DataTable)
Protected Method OnTableCleared Raises the TableCleared event. (Inherited from System.Data.DataTable)
Protected Method OnTableClearing Raises the TableClearing event. (Inherited from System.Data.DataTable)
Protected Method OnTableNewRow Raises the TableNewRow event. (Inherited from System.Data.DataTable)
Protected Method ReadXmlSerializable (Inherited from System.Data.DataTable)
Top

Public Events

  Name Description
Public Event ColumnChanged Occurs after a value has been changed for the specified DataColumn in a DataRow. (Inherited from System.Data.DataTable)
Public Event ColumnChanging Occurs when a value is being changed for the specified DataColumn in a DataRow. (Inherited from System.Data.DataTable)
Public Event Disposed Adds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Event Initialized Occurs after the DataTable is initialized. (Inherited from System.Data.DataTable)
Public Event RowChanged Occurs after a DataRow has been changed successfully. (Inherited from System.Data.DataTable)
Public Event RowChanging Occurs when a DataRow is changing. (Inherited from System.Data.DataTable)
Public Event RowDeleted Occurs after a row in the table has been deleted. (Inherited from System.Data.DataTable)
Public Event RowDeleting Occurs before a row in the table is about to be deleted. (Inherited from System.Data.DataTable)
Public Event TableCleared Occurs after a DataTable is cleared. (Inherited from System.Data.DataTable)
Public Event TableClearing Occurs when a DataTable is cleared. (Inherited from System.Data.DataTable)
Public Event TableNewRow Occurs when a new DataRow is inserted. (Inherited from System.Data.DataTable)
Top

See Also