java.lang.Object
com.esri.arcgisruntime.ogc.wfs.WfsLayerInfo
Provides metadata (e.g name, title, description, and more) about a layer (feature type) in a WFS service.
- Since:
- 100.5.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of the layer.Gets the extent of the layer.Gets an unordered list of keywords used to describe the layer.getName()
Gets the layer's uniquely-identifying name.Gets the supported spatial references.getTitle()
Gets the layer's human-readable title.
-
Method Details
-
getDescription
Gets the description of the layer.The description property contains the content from the abstract field in the WFS GetCapabilities response.
- Returns:
- the description of the layer
- Since:
- 100.5.0
-
getExtent
Gets the extent of the layer.- Returns:
- the extent of the layer
- Since:
- 100.5.0
-
getKeywords
Gets an unordered list of keywords used to describe the layer.- Returns:
- an unmodifiable list of keywords
- Since:
- 100.5.0
-
getName
Gets the layer's uniquely-identifying name.The name property is intended for use as a unique identifier for the layer. See
getTitle()
for a human-readable name.- Returns:
- the name of the layer
- Since:
- 100.5.0
-
getSpatialReferences
Gets the supported spatial references.- Returns:
- an unmodifiable list of spatial references supported by the layer.
- Since:
- 100.5.0
-
getTitle
Gets the layer's human-readable title.The title property is intended for use as a human-readable layer identification. See
getName()
for an uniquely-identifying name.- Returns:
- the title of the layer
- Since:
- 100.5.0
-