Package | Description |
---|---|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
Modifier and Type | Method and Description |
---|---|
GeoJsonObjectType |
MultiLineString.getType() |
abstract GeoJsonObjectType |
Geometry.getType()
Gets the GeoJSON object type.
|
GeoJsonObjectType |
Point.getType() |
GeoJsonObjectType |
LineString.getType() |
GeoJsonObjectType |
Polygon.getType() |
GeoJsonObjectType |
MultiPoint.getType() |
GeoJsonObjectType |
GeometryCollection.getType() |
GeoJsonObjectType |
MultiPolygon.getType() |
static GeoJsonObjectType |
GeoJsonObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoJsonObjectType[] |
GeoJsonObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.