Record Class FeatureExtensionResult.Unknown
java.lang.Object
java.lang.Record
org.maplibre.nativejni.query.FeatureExtensionResult.Unknown
- All Implemented Interfaces:
FeatureExtensionResult
- Enclosing interface:
FeatureExtensionResult
public static record FeatureExtensionResult.Unknown(int rawType)
extends Record
implements FeatureExtensionResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface FeatureExtensionResult
FeatureExtensionResult.FeatureCollection, FeatureExtensionResult.Unknown, FeatureExtensionResult.Value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intrawType()Returns the value of therawTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Unknown
public Unknown(int rawType) Creates an instance of aUnknownrecord class.- Parameters:
rawType- the value for therawTyperecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
rawType
public int rawType()Returns the value of therawTyperecord component.- Returns:
- the value of the
rawTyperecord component
-