InternalReadonlyisUsed to determine if we need to cache geometry at different scales.
Will attempt to find a cached geometry for a key across any scale
Get the cached attributes of a feature
the OID of the feature
the cached attributes of the feature, if it exists
Get a cached geometry of a feature
the OID of the feature
the map scale the geometry is valid at. Ignored / not required for Point/Multipoint geometry.
the cached geometry of the feature, if it exists
Cache the attributes of a feature
the OID of the feature
the attributes of the feature
Cache the extent of a feature
the OID of the feature
the extent of the feature
Cache the geometry of a feature
the OID of the feature
the geometry of the feature
the map scale the geometry was drawn at. Ignored / not required for Point/Multipoint geometry.
Manages the quick lookup of attributes and geometries for individual features. Used when it makes sense to just download a small set of data instead of the entire layer.