Get the geometry for this feature.
Get the geometry for this feature. This allows you to access the geometry without worrying about its property name.
Retrieve a property of the feature, with an expected type.
Retrieve a property of the feature, with an expected type. Typical usage is:
val name = feature.get[String]("name")
An identifier for this feature in the dataset.
An identifier for this feature in the dataset.
Get all properties for this feature as a Map.
Get all properties for this feature as a Map.
Write the values in this Feature to a particular OGC Feature object.
A Feature represents a record in a geospatial data set. It should generally identify a single "thing" such as a landmark or observation.