java.lang.Object
com.esri.arcgisruntime.layers.OgcFeatureCollectionInfo
Provides the metadata of a layer (feature collection) in an "OGC API - Features" service.
The metadata such as id, title, and description describes an "OGC API - Features" feature collection.
- Since:
- 100.9.0
-
Method Summary
Modifier and TypeMethodDescriptionGets a unique identifier for the "OGC API - Features" feature collection.Gets the "OGC API - Features" feature collection's description.Gets the minimum bounding extent that contains features in the "OGC API - Features" feature collection.getTitle()
Gets a descriptive (human-readable) title for the "OGC API - Features" feature collection.
-
Method Details
-
getCollectionId
Gets a unique identifier for the "OGC API - Features" feature collection.Collections from a
OgcFeatureService
, described by theOgcFeatureCollectionInfo
objects, represent the "feature collections" defined in the "OGC API - Features" standard. The CollectionId property is intended for use as a unique identifier for the collection.- Returns:
- a unique identifier for the "OGC API - Features" feature collection
- Since:
- 100.9.0
- See Also:
-
getDescription
Gets the "OGC API - Features" feature collection's description.- Returns:
- the "OGC API - Features" feature collection's description
- Since:
- 100.9.0
-
getTitle
Gets a descriptive (human-readable) title for the "OGC API - Features" feature collection.Unlike
getCollectionId()
, the title property does not uniquely identify an "OGC API - Features" feature collection. Instead, it provides a human-readable name for the collection.- Returns:
- a descriptive title
- Since:
- 100.9.0
-
getExtent
Gets the minimum bounding extent that contains features in the "OGC API - Features" feature collection.- Returns:
- the minimum bounding extent that contains features in the "OGC API - Features" feature collection
- Since:
- 100.9.0
-