Name | Description | |
---|---|---|
_shapeType | (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) |
The following tables list the members exposed by FeatureLayer.
Name | Description | |
---|---|---|
_shapeType | (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) |
Name | Description | |
---|---|---|
AllowDrapingOnIntegratedMesh | (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ArePreviousObservationsVisible | Gets whether Previous Observations will be displayed. | |
AreTrackLinesVisible | Gets whether Track Line segments will be displayed. | |
BlendingMode | Gets the blending mode of a layer. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ConnectionStatus | Gets a value indicating the MapMember's connection status. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
DefinitionFilter | Gets the definition filter for the existing layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
DefinitionQuery | Gets the definition query expression for the existing layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
DepthPriority | Gets the depth priority of a layer. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
DisplayCacheType | Gets the layer's display cache type. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
FeatureBlendingMode | Gets the per feature blend mode of a basic feature layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
HasJoins | Gets whether the layer has any joins (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
HasRelates | Gets whether the layer has any relates (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
IsEditable | Gets whether a layer is editable. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
IsExpanded | Gets whether the layer is expanded or collapsed on the TOC. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
IsLabelVisible | Gets whether labels are drawing | |
IsSelectable | Gets whether a basic feature layer is selectable. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
IsSelectRelatedData | Gets whether a basic feature layer is set to automatically select related data. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
IsSnappable | Gets whether feature snapping is enable | |
IsSubtypeLayer | Gets whether the feature layer is a member of SubtypeGroupLayer. | |
IsTrackAware | Gets whether this Feature Layer supports track related functionality. | |
IsVisible | Gets the layer's visibility state (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
LabelClasses | Gets the available label classes for the feature layer. | |
LegendGroups | Gets a read only collection of legend groups. Check the LegendStatus property before accessing this collection. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
LegendStatus | Gets the status of the layer's legend. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
Map | Get the map which the MapMember belongs to. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
MapLayerType | Gets map layer type. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
MaxDisplayCacheAge | Gets the duration of display cache for the layer. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
MaxDistance | Gets the maximum distance (in meter) at which the layer is visible in a 3D scene or globe view. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
MaxScale | Gets the layer's maximum scale (representative fraction) at which the layer is visible in a 2D map view. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
MinDistance | Gets the minimum distance (in meter) at which the layer is visible in a 3D scene or globe view. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
MinScale | Gets the layer's minimum scale (representative fraction) at which the layer is visible in a 2D map view. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
Name | Gets the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
Parent | Gets the parent of the layer. It is either the group layer it belongs to, or the map for layers that do not belong in any group layers. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
PreviousObservationsCount | Gets the maximum number of Previous Observations to be displayed for each track. | |
ScaleSymbols | Gets whether symbols are scaled based on the reference scale | |
SceneLayerType | Gets the scene layer type (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SelectionCount | Gets the number of features selected in the layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
ShapeType | Gets the geometry type of the layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
ShowPopups | Gets a value indicating whether the MapMember is configured to show pop-ups when a feature is clicked. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SubtypeValue | Gets the subtype value that is used in the feature layer definition. | |
SupportsMetadata | Gets whether the MapMember supports metadata (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
TrackIdFieldName | Gets the name of the TrackId field. | |
TrackType | Gets the nature of the tracking data present in this feature layer. | |
Transparency | Gets the transparency value set to the layer. 100 being fully transparent and 0 means opaque. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
URI | Gets the unique path of this MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
UsesRealWorldSymbolSizes | Gets whether real world symbol size is used |
Name | Description | |
---|---|---|
AddLabelClass | Adds a label class to the layer's label class collection. This method must be called on the MCT. Use QueuedTask.Run | |
AddSymbolLayerDrawing | Add Symbol Layer Drawing, SLD, to the feature layer. After adding SLD it will be enabled.This method must be called on the MCT. Use QueuedTask.Run | |
CanAddSymbolLayerDrawing | Determine whether the feature layer can have Symbol Layer Drawing added to its definition. This method must be called on the MCT. Use QueuedTask.Run | |
CanEditData | Returns true if the data can be edited. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
CanLookupSymbol | Determines whether the layer's renderer type supports symbol lookup. This method must be called on the MCT. Use QueuedTask.Run | |
CanReplaceDataSource | Check if the layer's data source can be replace with this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
CanSetBlendingMode | Check if blending mode can be set on this layer. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
CanSetFeatureBlendingMode | Check if the per feature blending mode can be set on this layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
ClearDisplayCache | Clears the layer display cache from the local storage. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ClearSelection | Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
CreateRenderer | Creates a renderer to a feature layer using a RendererDefinition. This method must be called on the MCT. Use QueuedTask.Run | |
FindAndReplaceWorkspacePath | Performs a find and replace of workspace path for the layer. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetCanEditMetadata | Gets whether the Layer metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetDataConnection | Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetDefinition | Returns the layer's CIM definition. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetDefinitionFilters | Gets the copy of definition filter choices for the existing layer. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
GetEffectiveMaxScale | Returns computed effective maximum scale considering all its parent group layers. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetEffectiveMinScale | Returns computed effective minimum scale considering all its parent group layers. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetFeatureClass | Returns the underlying FeatureClass that the feature layer is pointing to. A FeatureClass is a collection of spatial entities, modeled as objects with properties and behavior. This method must be called on the MCT. Use QueuedTask.Run | |
GetFieldDescriptions | Returns fields of the layer including joined fields, if any. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
GetMetadata | Gets the Layer metadata. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetPath | Gets the URI path of the MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetRenderer | Overloaded. | |
GetSelection | Gets the current selection of the basic feature layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
GetSpatialReference | Returns the layer spatial reference. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
GetTable | Returns the underlying feature class as Table type. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
GetUseSourceMetadata | Gets whether or not the MapMember stores its own metadata or uses metadata retrieved from its source. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetUseSymbolLayerDrawing | Gets whether the layer or a parent group layer is currently using Symbol Layer Drawing or not. This method must be called on the MCT. Use QueuedTask.Run | |
HasSymbolLayerDrawingAdded | Determine whether the feature layer or a parent group layer already has Symbol Layer Drawing added. This method must be called on the MCT. Use QueuedTask.Run | |
IsVisibleInView | (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
LoadLegend | Loads the layer's legend. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
LookupSymbol | Looks up the symbol for the corresponding feature identified by the object id. This method will return null when the input OID is not part of the feature layer definition or if the renderer returns a null symbol. This method must be called on the MCT. Use QueuedTask.Run | |
QueryDisplayExpressions | Queries the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
QueryDrawingOutline | Returns the outline geometry for the corresponding feature identified by the object id. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
QueryExtent | Returns extent of the layer optionally taking symbol size in account. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
RecalculateRenderer | Overloaded. | |
RemoveAllDefinitionFilters | Remove all definition filters. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
RemoveDefinitionFilter | Remove a definition filter. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
RemoveLabelClass | Removes a label class from the layer's label class collection. This method must be called on the MCT. Use QueuedTask.Run | |
ReplaceDataSource | Replace the layer's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
Search | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
Select | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetBlendingMode | Sets the layer's blending mode. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetDataConnection | Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetDefinition | Updates the layer's CIM definition. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetDefinitionFilter | Sets the definition filter. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetDefinitionFilters | Sets the collection of definition filters. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetDefinitionQuery | Sets the definition query expression for the layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetDisplayCacheMaxAge | Sets the duration after which the layer's cache will be refreshed in the local storage. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetDisplayCacheType | Sets the layer's display cache type. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetEditable | Enables or disables editing on a basic feature layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetExpanded | Sets whether the layer appears expanded i.e. showing legends on the TOC. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetFeatureBlendingMode | Sets the per feature blending mode. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetFieldDescriptions | Applies updates to the editable properties of fields. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetLabelVisibility | Toggles the feature layer's label's visibility. This method must be called on the MCT. Use QueuedTask.Run | |
SetMaxDistance | Sets the maximum distance (in meter) at which the layer is visible in a 3D scene or globe view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMaxScale | Sets the layer's maximum scale (representative fraction) at which the layer is visible in a 2D map view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMetadata | Sets the Layer metadata. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMinDistance | Sets the minimum distance (in meter) at which the layer is visible in a 3D scene or globe view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetMinScale | Sets the layer's minimum scale (representative fraction) at which the layer is visible in a 2D map view. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetName | Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetPreviousObservationsCount | Specifies the maximum number of previous observations to be displayed for each track. | |
SetPreviousObservationsVisibility | Specifies whether to display previous observations or not. | |
SetRenderer | Overloaded. | |
SetScaleSymbols | Toggles whether all symbol and text sizes varies as the map scale changes based on the RefereceScale set on the map the layer belongs to. This method must be called on the MCT. Use QueuedTask.Run | |
SetSelectable | Toggles the selectability of a basic feature layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetSelection | Sets the current selection of the basic feature layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetSelectRelatedData | Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.BasicFeatureLayer) | |
SetShowPopups | Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetSnappable | Enables or disables snapping on the feature layer. This method must be called on the MCT. Use QueuedTask.Run. | |
SetTrackLinesVisibility | Specifies whether to display Track Lines or not. | |
SetTransparency | Sets the transparency of the layer. 100 being fully transparent and 0 means opaque. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetUseSourceMetadata | Sets whether or not the Layer will use its own metadata or the metadata from its underlying source (if it has one). This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
SetUsesRealWorldSymbolSizes | Specifies to use real world symbol size in 3D based on the mapScale. This method must be called on the MCT. Use QueuedTask.Run | |
SetUseSymbolLayerDrawing | Sets whether Symbol Layer Drawing will be used on the feature layer or not. This method must be called on the MCT. Use QueuedTask.Run | |
SetVisibility | Sets the layer visibility. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Desktop.Mapping.Layer) | |
ToString | Returns the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) |
Name | Description | |
---|---|---|
InitializeAsElevationSurface | (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
InitializeWithRendererTarget | ||
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
SetElevationSurfaceName | (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.Layer) |
Name | Description | |
---|---|---|
AreTemplatesLoaded | Overloaded. | |
AutoGenerateTemplates | Generate feature templates for a layer or standalone-table. This method must be called on the MCT. Use QueuedTask.Run | |
CreateGroupTemplateDefinition | Creates a new group template object using the specified definition. Adds the base template specified to the group template as the base part. This method must be called on the MCT. Use QueuedTask.Run. Use this method in conjunction with calls to AddComponentTemplate for each component part. Once the group template is fully defined, use CreateTemplate(Layer,CIMEditingTemplate) to add the template to the template manager. | |
CreatePresetTemplate | Creates a new preset template from the specified set of features. | |
CreateTemplate | Overloaded. | |
GetTemplate | Overloaded. | |
GetTemplates | Overloaded. | |
Inspect | Load a feature into a new inspector instance. This method must be called on the MCT. Use QueuedTask.Run. | |
IsControlledByParcelFabric | Gets whether the layer is controlled by a parcel fabric of the specified type. | |
RemoveTemplate | Overloaded. | |
TransformToGlobalID | Overloaded. | |
TransformToOID | Overloaded. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |