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




The following tables list the members exposed by FeatureGraphicsLayer.

Public Constructors

 NameDescription
public ConstructorFeatureGraphicsLayer ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public FieldRowChangesThis collection is used by the map control to keep track of graphic layer changes, and is populated by the System.Data.DataTable.RowChanged event. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public PropertyExtendedProperties (Inherited from System.Data.DataTable)
public PropertyFeatureType The type of feature this FeatureGraphicsLayer contains.  
public PropertyForceFullClientGraphicsRefresh Sets to true if you want to force a full refresh of client graphics (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public PropertyFullExtentOverridden.  Gets the full extent of all contained features.  
public PropertyGeometryColumnIndex The index of the column containing geometry in the FeatureGraphicsLayer DataTable.  
public PropertyGeometryColumnName The name of the column containing geometry in the FeatureGraphicsLayer DataTable.  
public PropertyGraphicsIDColumnThe primary key column of the GraphicsLayer containing an integer ID. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public PropertyHasErrors (Inherited from System.Data.DataTable)
public PropertyHighlightRenderer Gets or sets the object used to render highlighted features when RenderOnClient is true.  
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. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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 PropertyRenderer Gets or sets the object used to render features.  
public PropertyRenderOnClient If true, the layer is rendered on the client as vector graphics (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public PropertyRows (Inherited from System.Data.DataTable)
public PropertySelectedRenderer Gets or sets the object used to render selected features. If this is null, the Renderer object is used for rendering selected features.  
public PropertySite (Inherited from System.ComponentModel.MarshalByValueComponent)
public PropertySupportsIdentify Whether this layer supports identify operations. False by default. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public PropertyVisible Whether the GraphicLayer is visible. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
Top

Protected Properties

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

Public Methods

 NameDescription
public MethodAcceptChanges (Inherited from System.Data.DataTable)
public MethodAdd Adds a row with the specified geometry.  
public MethodApplyContentsTemplate (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public MethodApplyRenderers Applies renderers after decoding the image url of raster marker symbols used in the renderer replacing the marker symbol directory place holder with an image url that can be used in either a file system or a IIS web sites.  
public MethodApplyTemplateFields (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public MethodApplyTitleTemplate (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public MethodBeginInit (Inherited from System.Data.DataTable)
public MethodBeginLoadData (Inherited from System.Data.DataTable)
public MethodClear (Inherited from System.Data.DataTable)
public MethodCloneOverridden.  Copies the structure of the FeatureGraphicsLayer. Does not copy any data.  
public MethodCompute (Inherited from System.Data.DataTable)
public MethodCopyCopies both the structure and data for this GraphicsLayer. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.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 MethodGeometryFromRowOverridden.  Convenience method for retrieving an ESRI.ArcGIS.ADF.Web.Geometry from the table row.  
public MethodGetChangesOverloaded.  (Inherited from System.Data.DataTable)
public MethodGetContentsTemplate (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
public MethodGetErrors (Inherited from System.Data.DataTable)
public MethodGetObjectDataOverridden.  Populates a serialization information object with the data needed to serialize the FeatureGraphicsLayer.  
public MethodGetService (Inherited from System.ComponentModel.MarshalByValueComponent)
public MethodGetTitleTemplate (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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. (Inherited from ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer)
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 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 MethodGetRowType (Inherited from System.Data.DataTable)
protected MethodGetSchema (Inherited from System.Data.DataTable)
protected MethodNewRowFromBuilder (Inherited from System.Data.DataTable)
protected MethodOnPropertyChanging (Inherited from System.Data.DataTable)
protected MethodOnRemoveColumnOverridden.  Notifies the FeatureGraphicsLayer that a System.Data.DataColumn is being removed.  
protected MethodOnRowChanged (Inherited from System.Data.DataTable)
protected MethodOnRowChanging (Inherited from System.Data.DataTable)
protected MethodOnRowDeleted (Inherited from System.Data.DataTable)
protected MethodOnRowDeleting (Inherited from System.Data.DataTable)
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

See Also

© 2011 All Rights Reserved.