Package com.esri.arcgisruntime.layers
Provides interfaces and classes for available layer types.
- Since:
- 100.0.0
-
Interface Summary Interface Description LayerContent A layer implements this interface to provide information about the layer visibility, the layer legend, and the sub layers hierarchy.VisibilityChangedListener The listener interface for receiving the visibility changed event of aLayer
. -
Class Summary Class Description AnnotationLayer A layer that can visualize annotation text data.AnnotationSublayer Allows you to interrogate the properties of a sublayer within an annotation layer and to change the visibility of the sublayer.ArcGISMapImageLayer Displays data from an ArcGIS Map service by using dynamically generated map images.ArcGISMapImageSublayer An ArcGIS map image sublayer.ArcGISSceneLayer A layer to visualize an ArcGIS scene service.ArcGISSublayer ArcGISSublayer represents the base class for all sublayer types.ArcGISTiledLayer Displays data from a ArcGIS Map service using pre-generated tiles.ArcGISTiledSublayer Represents a sublayer of a tiled map service.ArcGISVectorTiledLayer Displays data from an ArcGIS vector tiled data source.BingMapsLayer Displays Bing maps layers.DimensionLayer A layer that can visualize dimension features data.DisplayFilter Represents a type used for limiting which features are rendered.DisplayFilterDefinition Provides definition on how features are filtered from the display.EncLayer A layer that displays ENC data.FeatureCollectionLayer A layer that can visualize a feature collection.FeatureLayer A layer that can visualize vector/feature data.GroupLayer A container for other layers and group layers.ImageAdjustmentLayer Methods on this class allow a layer image's brightness, contrast and gamma to be changed.ImageTiledLayer A base class for layers that display cached maps.IntegratedMeshLayer Represents a layer that can visualize an integrated mesh layer.KmlLayer A layer that can visualize KML data.Layer The abstract base class of all layer types.LegendInfo Represents a single legend item.ManualDisplayFilterDefinition Filter features from the display based on the specified active display filter.MapSublayerSource A map sublayer source refers to a layer in the current map service.MobileBasemapLayer A layer that can visualize the basemap layer of a map from mobile map package.OgcFeatureCollectionInfo Provides the metadata of a layer (feature collection) in an "OGC API - Features" service.OgcFeatureService Represents an "OGC API - Features" service.OgcFeatureServiceInfo Provides the metadata for an "OGC API - Features" service.OpenStreetMapLayer A layer that requests images from OpenStreetMap servers.PointCloudLayer Represents a layer that can visualize a point cloud layer.RasterLayer Displays raster data in a map or scene.RasterSublayerSource Raster sublayer source is a file-based raster that resides in a raster workspace that has been registered with a service that supports Dynamic Layers.ScaleDisplayFilterDefinition Filter features from the display based on the current map scale.ScaleRangeDisplayFilter ADisplayFilter
that is applied on the layer based on the provided scale range.ServiceImageTiledLayer A base class for layers which display tiles from a service.SublayerList Implements a modifiable list ofArcGISSublayer
s.SublayerSource Class representing a source for anArcGISMapImageSublayer
.SubtypeFeatureLayer A layer that can visualize feature data with different visibility, rendering, popup properties, and so on for some or all of the subtypes in anArcGISFeatureTable
.SubtypeSublayer A sublayer that allows custom rendering for features of a particular subtype.TableJoinSublayerSource A table join sublayer source is the result of a join operation.TableQuerySublayerSource Table query sublayer source is a layer/table that is defined by an SQL query.TableSublayerSource Table sublayer source is a table, feature class, or raster that resides in a workspace that has been registered with a service that supports Dynamic Layers.UnknownLayer Represents a layer whose type could not be determined.UnsupportedLayer Represents a layer type that is not currently supported.VisibilityChangedEvent An event indicating that the visibility of the layer has changed.WebTiledLayer A layer that requests images from a tiled image server based on a URL template.WmsLayer Displays data from a WMS service.WmsSublayer Represents a sublayer of a WmsLayer, providing data necessary for building a Table of Contents.WmtsLayer Displays data from a WMTS service by using pre-generated tiles. -
Enum Summary Enum Description ArcGISMapImageLayer.ImageFormat Defines image formats supported by a map image service.BingMapsLayer.Style The list of Bing maps layer styles.FeatureLayer.RenderingMode The different modes of rendering features.FeatureLayer.SelectionMode Represents the modes used for selecting features.FeatureTilingMode Feature tiling modes available to feature layers.GroupVisibilityMode Defines the visibility modes on a group layer.ImageTiledLayer.BufferSize Defines various relative buffer sizes used to indicate the number of tiles that should be requested from outside the current extent of a tiled layer.ImageTiledLayer.NoDataTileBehavior Determines how a tile request that returns 'NoData' is resampled.TableJoinSublayerSource.JoinType The join type (left outer or left inner) of a table join sublayer source Can get the join type by callingTableJoinSublayerSource.getJoinType()
.