- All Known Implementing Classes:
FeatureCollectionTable
,FeatureQueryResult
,GeoprocessingFeatureSet
,RelatedFeatureQueryResult
This interface encapsulates read-only properties that can be applied to all types of FeatureSets.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the fields of the feature set.Gets the geometry type of the feature set.Gets the spatial reference of the feature set.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getFields
Gets the fields of the feature set.- Returns:
- the fields of the feature set
- Since:
- 100.0.0
-
getGeometryType
GeometryType getGeometryType()Gets the geometry type of the feature set.- Returns:
- a geometry type
- Since:
- 100.0.0
-
getSpatialReference
SpatialReference getSpatialReference()Gets the spatial reference of the feature set.- Returns:
- a spatial reference
- Since:
- 100.0.0
-