Interface FeatureIdentifier
- All Known Implementing Classes:
FeatureIdentifier.DoubleValue, FeatureIdentifier.Int, FeatureIdentifier.Null, FeatureIdentifier.StringValue, FeatureIdentifier.UInt
public sealed interface FeatureIdentifier
permits FeatureIdentifier.Null, FeatureIdentifier.UInt, FeatureIdentifier.Int, FeatureIdentifier.DoubleValue, FeatureIdentifier.StringValue
GeoJSON feature identifier value.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final classSingleton null identifier.static final recordstatic final record -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic FeatureIdentifier.Nullof(double value) static FeatureIdentifier.Intof(long value) static FeatureIdentifier.UIntunsigned(long value)
-
Method Details
-
nullValue
-
unsigned
-
of
-
of
-
of
-