public abstract class GeoShapeValue extends Value
| Modifier | Constructor and Description |
|---|---|
protected |
GeoShapeValue(GeoShape geoShape) |
| Modifier and Type | Method and Description |
|---|---|
GeoShape |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
protected int |
computeHash() |
boolean |
eq(Object other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double[] x) |
boolean |
equals(DurationValue[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(LocalDate[] x) |
boolean |
equals(LocalDateTime[] x) |
boolean |
equals(LocalTime[] x) |
boolean |
equals(long[] x) |
boolean |
equals(OffsetTime[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
boolean |
equals(Value other) |
boolean |
equals(ZonedDateTime[] x) |
NumberType |
numberType() |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
long |
updateHash(HashFunction hashFunction,
long hash) |
ValueGroup |
valueGroup() |
asObject, equals, equals, equals, equals, equals, hashCode64, isNaN, parseHeaderInformation, ternaryEquals, writeTo, writeToequals, getTypeName, hashCode, isSequenceValue, mapprotected GeoShape geoShape
protected GeoShapeValue(GeoShape geoShape)
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class Valuepublic GeoShape asObjectCopy()
ValueasObjectCopy in class Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valueprotected int computeHash()
computeHash in class AnyValuepublic final boolean equals(ZonedDateTime[] x)
public final boolean equals(DurationValue[] x)
public final boolean equals(LocalDateTime[] x)
public final boolean equals(OffsetTime[] x)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.