object GeoJson
- Alphabetic
- By Inheritance
- GeoJson
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type LineStringCoordinates = Seq[Position]
- type PolygonCoordinates = Seq[LineStringCoordinates]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit val formats: Formats
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeFeature(geometry: Geometry, properties: (String, Any)*): Feature
Creates a new GeoJSON Feature.
-
def
makeLineString(points: Seq[Point]): LineString
Creates a GeoJSON LineString.
Creates a GeoJSON LineString.
- points
The sequence of Points in the LineString.
- returns
a new LineString.
-
def
makeMultiLineString(lineStrings: Seq[LineString]): MultiLineString
Creates a GeoJSON MultiLineString.
Creates a GeoJSON MultiLineString.
- lineStrings
The sequence of LineStrings in the MultiLineString.
- returns
a new MultiLineString.
-
def
makeMultiPoint(points: Seq[Point]): MultiPoint
Creates a GeoJSON MultiPoint.
Creates a GeoJSON MultiPoint.
- points
The sequence of Points in the MultiPoint.
- returns
a new MultiPoint.
-
def
makeMultiPolygon(polygons: Seq[Polygon]): MultiPolygon
Creates a GeoJSON MultiPolygon.
Creates a GeoJSON MultiPolygon.
- polygons
The sequence of Polygons in the MultiPolygon.
- returns
a new MultiPolygon.
-
def
makePoint(longitude: Double, latitude: Double): Point
Creates a GeoJSON Point.
-
def
makePolygon(exteriorRing: LineString, interiorRings: Seq[LineString]): Polygon
Creates a GeoJSON Polygon
Creates a GeoJSON Polygon
- exteriorRing
The exterior ring LineString.
- interiorRings
The interior ring LineStrings.
- returns
a new Polygon.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()