| Package | Description |
|---|---|
| com.mware.core.model.schema | |
| com.mware.ge.values | |
| com.mware.ge.values.storable | |
| com.mware.ge.values.storable.random |
| Modifier and Type | Method and Description |
|---|---|
protected static GeoPointValue |
SchemaProperty.parseGeoLocation(String valueStr) |
| Modifier and Type | Method and Description |
|---|---|
default Base |
ValueMapper.mapGeoPoint(GeoPointValue geoPointValue) |
| Modifier and Type | Field and Description |
|---|---|
static GeoPointValue |
GeoPointValue.MAX_VALUE_CARTESIAN |
static GeoPointValue |
GeoPointValue.MAX_VALUE_WGS84 |
static GeoPointValue |
GeoPointValue.MIN_VALUE_CARTESIAN |
static GeoPointValue |
GeoPointValue.MIN_VALUE_WGS84 |
| Modifier and Type | Method and Description |
|---|---|
static GeoPointValue |
GeoPointValue.fromMap(MapValue map) |
static GeoPointValue |
Values.geoPointValue(double lat,
double lon) |
static GeoPointValue |
Values.geoPointValue(GeoPoint geoPoint) |
static GeoPointValue |
GeoPointValue.parse(CharSequence text,
CSVHeaderInformation fieldsFromHeader)
Parses the given text into a PointValue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeoPointValue.compareTo(GeoPointValue o) |
| Modifier and Type | Method and Description |
|---|---|
GeoPointValue |
RandomValues.nextCartesianPoint() |
GeoPointValue |
RandomValues.nextGeographicPoint() |
GeoPointValue |
RandomValues.nextPointValue()
Returns a randomly selected point value spread uniformly over the supported types of points.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.