class
GeometryCollection extends Geometry
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
lazy val
area: Double
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
def
distance(other: Geometry): Double
-
def
envelope: Extent
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
geometries: Seq[Geometry]
-
-
def
getAll[G <: Geometry](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[G]): Seq[G]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
def
isValid: Boolean
-
val
jtsGeom: com.vividsolutions.jts.geom.GeometryCollection
-
val
lines: Seq[Line]
-
val
multiLines: Seq[MultiLine]
-
val
multiPoints: Seq[MultiPoint]
-
-
final
def
ne(arg0: AnyRef): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
points: Seq[Point]
-
val
polygons: Seq[Polygon]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withinDistance(other: Geometry, dist: Double): Boolean
Inherited from AnyRef
Inherited from Any