| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils.models | |
| com.github.mohitgoyal91.cosmosdbqueryutils.utilities |
| Modifier and Type | Method and Description |
|---|---|
Constants.GeoSpatialTypes |
GeoSpatialObject.getType()
Gets type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoSpatialObject.setType(Constants.GeoSpatialTypes type)
Sets type.
|
| Constructor and Description |
|---|
GeoSpatialObject(Constants.GeoSpatialTypes type,
Coordinate... coordinates)
Instantiates a new Geo spatial object.
|
GeoSpatialObject(Constants.GeoSpatialTypes type,
List<Coordinate> coordinates)
Instantiates a new Geo spatial object.
|
| Modifier and Type | Method and Description |
|---|---|
static Constants.GeoSpatialTypes |
Constants.GeoSpatialTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.GeoSpatialTypes[] |
Constants.GeoSpatialTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.