geotrellis.geometry

Polygon

class Polygon extends Feature

A polygon is a series of (x,y) points connected by line segments (like LineString) but with the last and first points also connected. Unlike Point and LineString, Polygon encloses an area.

Linear Supertypes
Feature, UsesCoords, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Polygon
  2. Feature
  3. UsesCoords
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Polygon (jts: Polygon, value: Int, attrs: Map[String, Any])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val attrs : Map[String, Any]

    Definition Classes
    PolygonFeature
  8. def bound (e: Extent): List[Polygon]

  9. def buildFromJtsGeometry (j: Geometry): Option[Polygon]

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def describe (): String

    Definition Classes
    Feature
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getBounds (): (Double, Double, Double, Double)

  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getCoordTuples (): Array[(Double, Double)]

  18. def getCoordinates (): Array[Coordinate]

  19. def getExtent (): Extent

  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def intersection (other: Polygon): List[Polygon]

  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. val jts : Polygon

  24. def makeCoord (x: Double, y: Double): Coordinate

    Definition Classes
    UsesCoords
  25. def makeCoords (tpls: Array[(Double, Double)]): Array[Coordinate]

    Definition Classes
    UsesCoords
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. def translateToGrid (geo: RasterExtent): Option[GridPolygon]

  32. val value : Int

    Definition Classes
    PolygonFeature
  33. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. val xmax : Double

  37. val xmin : Double

  38. val ymax : Double

  39. val ymin : Double

Inherited from Feature

Inherited from UsesCoords

Inherited from AnyRef

Inherited from Any