java.lang.Object
com.esri.arcgisruntime.layers.OgcFeatureServiceInfo
Provides the metadata for an "OGC API - Features" service.
 
The metadata for an "OGC API - Features" service includes the name, title, description and lists of the feature collections it contains.
- Since:
 - 100.9.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionGets the description of the service.Gets information about the feature collections provided by the service.getTitle()Gets the descriptive (human-readable) name for the service. 
- 
Method Details
- 
getTitle
Gets the descriptive (human-readable) name for the service.- Returns:
 - the descriptive (human-readable) name for the service
 - Since:
 - 100.9.0
 
 - 
getDescription
Gets the description of the service.- Returns:
 - the description of the service
 - Since:
 - 100.9.0
 
 - 
getFeatureCollectionInfos
Gets information about the feature collections provided by the service.This method can be used to discover the feature collections exposed by an "OGC API - Features" service in support of a browsing experience.
- Returns:
 - an unmodifiable list of OGCFeatureCollectionInfo objects
 - Since:
 - 100.9.0
 
 
 -