public class GeoPointValue extends GeoShapeValue implements Comparable<GeoPointValue>
| Modifier and Type | Field and Description |
|---|---|
static GeoPointValue |
MAX_VALUE_CARTESIAN |
static GeoPointValue |
MAX_VALUE_WGS84 |
static GeoPointValue |
MIN_VALUE_CARTESIAN |
static GeoPointValue |
MIN_VALUE_WGS84 |
geoShape| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GeoPointValue o) |
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(ZonedDateTime[] x) |
static GeoPointValue |
fromMap(MapValue map) |
Value |
get(String fieldName)
For accessors from cypher.
|
DoubleValue |
getAltitude() |
DoubleValue |
getLatitude() |
DoubleValue |
getLongitude() |
String |
getTypeName() |
<T> T |
map(ValueMapper<T> mapper) |
static AnyValue |
of(String str) |
static GeoPointValue |
parse(CharSequence text,
CSVHeaderInformation fieldsFromHeader)
Parses the given text into a PointValue.
|
static com.mware.ge.values.storable.GeoPointValue.GeoPointBuilder |
parseHeaderInformation(CharSequence text) |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
asObjectCopy, computeHash, eq, equals, numberType, prettyPrint, updateHash, valueGroupasObject, equals, equals, equals, equals, equals, hashCode64, isNaN, parseHeaderInformation, ternaryEquals, writeToequals, hashCode, isSequenceValuepublic static final GeoPointValue MIN_VALUE_CARTESIAN
public static final GeoPointValue MAX_VALUE_CARTESIAN
public static final GeoPointValue MIN_VALUE_WGS84
public static final GeoPointValue MAX_VALUE_WGS84
public int compareTo(GeoPointValue o)
compareTo in interface Comparable<GeoPointValue>public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public <T> T map(ValueMapper<T> mapper)
public String getTypeName()
getTypeName in class AnyValuepublic DoubleValue getLongitude()
public DoubleValue getLatitude()
public DoubleValue getAltitude()
public static GeoPointValue fromMap(MapValue map)
public static com.mware.ge.values.storable.GeoPointValue.GeoPointBuilder parseHeaderInformation(CharSequence text)
public static GeoPointValue parse(CharSequence text, CSVHeaderInformation fieldsFromHeader)
text - the input text to be parsed into a PointValuefieldsFromHeader - must be a value obtained from parseHeaderInformation(CharSequence) or nullpublic 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.