Package | Description |
---|---|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
|
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
Geometry.getCoordinateReferenceSystem()
Gets the coordinate reference system, which may be null
|
Constructor and Description |
---|
Geometry(CoordinateReferenceSystem coordinateReferenceSystem)
Construct an instance with the specified coordinate reference system.
|
GeometryCollection(CoordinateReferenceSystem coordinateReferenceSystem,
List<? extends Geometry> geometries)
Construct an instance with the given list of Geometry objects
|
LineString(CoordinateReferenceSystem coordinateReferenceSystem,
List<Position> coordinates)
Construct an instance with the given coordinates and coordinate reference system.
|
MultiLineString(CoordinateReferenceSystem coordinateReferenceSystem,
List<List<Position>> coordinates)
Construct an instance with the given coordinates and coordinate reference system.
|
MultiPoint(CoordinateReferenceSystem coordinateReferenceSystem,
List<Position> coordinates)
Construct an instance with the given coordinates and coordinate reference system.
|
MultiPolygon(CoordinateReferenceSystem coordinateReferenceSystem,
List<PolygonCoordinates> coordinates)
Construct an instance.
|
Point(CoordinateReferenceSystem coordinateReferenceSystem,
Position coordinate)
Construct an instance with the given coordinate and coordinate reference system.
|
Polygon(CoordinateReferenceSystem coordinateReferenceSystem,
PolygonCoordinates coordinates)
Construct an instance with the given coordinates and coordinate reference system.
|
Copyright © 2016. All Rights Reserved.