Provides access to members that control geographic aspects of a feature layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Provides access to symbolization and labeling properties for layers based on vector geographic data. Also provides a method for returning a read-only feature cursor of layer features that includes joined fields.
Members
Inherited Interfaces
Interfaces |
Description |
IFeatureLayer |
Provides access to members that control common aspects of a feature layer. |
ILayer |
Provides access to members that work with all layers. |
CoClasses that implement IGeoFeatureLayer
Remarks
IGeoFeatureLayer inherits from IFeatureLayer, and IFeatureLayer in turn inherits from ILayer. This means when you are working with a layer through IGeoFeatureLayer, that all of the properties and methods of IFeatureLayer and ILayer are directly available.
See Also
IFeatureLayer Interface | ILayer Interface
.NET Snippets
Get GeoFeatureLayer from Layer Index Number |
Get All Features from Point Search in GeoFeatureLayer |
Get First Feature from Point Search in GeoFeatureLayer |
Load Force Element Layer |
Load Tactical Graphic Layer
.NET Samples
Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files:
AlgorithmicColorRamp) |
Change layer rendering using the SymbologyControl (Code Files:
LayerRendering) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
Add a traversal result to the map (Code Files:
AddTraversalResultsToMap) |
Implementing a property page for an ArcGIS Engine application (Code Files:
SymbolSelectorPropPage) |
Multivariate renderer (Code Files:
MultivariateRendPropPage PropPageForm) |
Retrieve a color ramp from the SymbologyControl (Code Files:
ColorRamps) |
Draw text on a MapControl (Code Files:
DrawText) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph)
.NET Related Topics
3DAnalyst |
Converting labels to geodatabase annotation for a single layer |
Converting labels to geodatabase annotation for an entire map |
Converting labels to map annotation for a single layer |
Defining a renderer for a layer |
How to use symbol level drawing