object Polygon
A representation of a GeoJSON Polygon.
- Alphabetic
- By Inheritance
- Polygon
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(coordinateReferenceSystem: CoordinateReferenceSystem, coordinates: PolygonCoordinates): Polygon
Construct an instance with the given coordinates and coordinate reference system.
Construct an instance with the given coordinates and coordinate reference system.
- coordinateReferenceSystem
the coordinate reference system
- coordinates
the coordinates
- returns
the new Polygon
-
def
apply(coordinates: PolygonCoordinates): Polygon
Construct an instance with the given coordinates.
Construct an instance with the given coordinates.
- coordinates
the coordinates
- returns
the new Polygon
-
def
apply(exterior: Seq[Position], holes: Seq[Position]*): Polygon
Construct an instance with the given coordinates.
Construct an instance with the given coordinates.
- exterior
the exterior ring of the polygon
- holes
optional interior rings of the polygon
- returns
the new Polygon
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: