geotrellis.vector

Polygon

case class Polygon(jtsGeom: com.vividsolutions.jts.geom.Polygon) extends Geometry with Relatable with TwoDimensions with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TwoDimensions, AtLeastOneDimension, Dimensions, Relatable, Geometry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Polygon
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TwoDimensions
  7. AtLeastOneDimension
  8. Dimensions
  9. Relatable
  10. Geometry
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Polygon(jtsGeom: com.vividsolutions.jts.geom.Polygon)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def &(g: TwoDimensions): TwoDimensionsTwoDimensionsIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

  5. def &(g: OneDimension): OneDimensionAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

  6. def &(mp: MultiPoint): MultiPointAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and mp.

  7. def &(p: Point): PointGeometryIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and p.

  8. def -(g: TwoDimensions): TwoDimensionsTwoDimensionsDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g.

  9. def -(g: AtMostOneDimension): PolygonAtMostOneDimensionDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g.

  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. lazy val area: Double

    Returns the area of this Polygon.

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. lazy val boundary: PolygonBoundaryResult

    Returns the boundary of this Polygon.

    Returns the boundary of this Polygon. The boundary of a Polygon is the set of closed curves corresponding to its exterior and interior boundaries.

  15. def buffer(d: Double): Polygon

    Computes a buffer area around this Polygon having width d.

  16. def centroid: PointOrNoResult

    Definition Classes
    Geometry
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def contains(g: Geometry): Boolean

    Tests whether this Polygon contains the specified Geometry g.

    Tests whether this Polygon contains the specified Geometry g. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*****FF*.

  19. def coveredBy(g: TwoDimensions): Boolean

    Tests whether this Polygon is covered by the specified TwoDimensions g.

    Tests whether this Polygon is covered by the specified TwoDimensions g. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*F**F*** or *TF**F*** or **FT*F*** or **F*TF***.

  20. def covers(g: Geometry): Boolean

    Tests whether this Polygon covers the specified Geometry g.

    Tests whether this Polygon covers the specified Geometry g. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*****FF* or *T****FF* or ***T**FF* or ****T*FF*.

  21. def crosses(g: OneDimension): Boolean

    Tests whether this Polygon crosses the specified OneDimension g.

    Tests whether this Polygon crosses the specified OneDimension g. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*****T** (A/L).

  22. def crosses(mp: MultiPoint): Boolean

    Tests whether this Polygon crosses the specified MultiPoint mp.

    Tests whether this Polygon crosses the specified MultiPoint mp. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*****T** (A/P).

  23. def difference(g: TwoDimensions): TwoDimensionsTwoDimensionsDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g.

  24. def difference(g: AtMostOneDimension): PolygonAtMostOneDimensionDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g.

  25. def disjoint(other: Geometry): Boolean

    Definition Classes
    Relatable
  26. def distance(other: Geometry): Double

    Definition Classes
    Geometry
  27. def envelope: Extent

    Definition Classes
    Geometry
  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(other: Any): Boolean

    Definition Classes
    Geometry → AnyRef → Any
  30. lazy val exterior: Line

    Returns the exterior ring of this Polygon.

  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. lazy val hasHoles: Boolean

    Returns true if this Polygon contains holes

  34. def hashCode(): Int

    Definition Classes
    Geometry → AnyRef → Any
  35. lazy val holes: Array[Line]

    Returns the hole rings of this Polygon.

  36. def interiorPoint: PointOrNoResult

    Definition Classes
    Geometry
  37. def intersection(g: TwoDimensions): TwoDimensionsTwoDimensionsIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

  38. def intersection(g: OneDimension): OneDimensionAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

  39. def intersection(mp: MultiPoint): MultiPointAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and mp.

  40. def intersection(p: Point): PointGeometryIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and p.

  41. def intersects(other: Geometry): Boolean

    Definition Classes
    Relatable
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. lazy val isRectangle: Boolean

    Tests whether this Polygon is a rectangle.

  44. def isValid: Boolean

    Definition Classes
    Geometry
  45. val jtsGeom: com.vividsolutions.jts.geom.Polygon

    Definition Classes
    PolygonDimensionsGeometry
  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. def normalized(): Polygon

    Returns a unique representation of the geometry based on standard coordinate ordering.

  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. lazy val numberOfHoles: Int

    Returns the number of holes in this Polygon

  51. def overlaps(g: TwoDimensions): Boolean

    Tests whether this Polygon overlaps the specified TwoDimensions g.

    Tests whether this Polygon overlaps the specified TwoDimensions g. Returns true if The DE-9IM Intersection Matrix for the two geometries is T*T***T**.

  52. lazy val perimeter: Double

    Returns this Polygon's perimeter.

    Returns this Polygon's perimeter. A Polygon's perimeter is the length of its exterior and interior boundaries.

  53. def safeIntersection(g: TwoDimensions): TwoDimensionsTwoDimensionsIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g. If it fails, it reduces the precision to avoid TopologyException.

  54. def safeIntersection(g: OneDimension): OneDimensionAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g. If it fails, it reduces the precision to avoid TopologyException.

  55. def safeIntersection(mp: MultiPoint): MultiPointAtLeastOneDimensionIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g. If it fails, it reduces the precision to avoid TopologyException.

  56. def safeIntersection(p: Point): PointGeometryIntersectionResult

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g.

    Computes a Result that represents a Geometry made up of the points shared by this Polygon and g. If it fails, it reduces the precision to avoid TopologyException.

  57. def symDifference(g: TwoDimensions): TwoDimensionsTwoDimensionsSymDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g and all the points in g that are not in this Polygon.

  58. def symDifference(g: AtMostOneDimension): AtMostOneDimensionPolygonSymDifferenceResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon that are not in g and all the points in g that are not in this Polygon.

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    Geometry → AnyRef → Any
  61. def touches(g: Geometry): Boolean

    Tests whether this Polygon touches the specified Geometry g.

    Tests whether this Polygon touches the specified Geometry g. Returns true if the DE-9IM Intersection Matrix for the two geometries is FT*******, F**T***** or F***T****.

  62. def union(g: TwoDimensions): TwoDimensionsTwoDimensionsUnionResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon and g.

    Computes a Result that represents a Geometry made up of all the points in this Polygon and g. Uses cascaded polygon union if g is a (multi)polygon else falls back to default jts union method.

  63. def union(g: AtMostOneDimension): AtMostOneDimensionPolygonUnionResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon and g.

  64. lazy val vertexCount: Int

    Get the number of vertices in this geometry

  65. lazy val vertices: Array[Point]

    Returns this Polygon's vertices.

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def within(g: TwoDimensions): Boolean

    Tests whether this Polygon is within the specified TwoDimensions g.

    Tests whether this Polygon is within the specified TwoDimensions g. Returns true if the DE-9IM Intersection Matrix for the two geometries is T*F**F***.

  70. def withinDistance(other: Geometry, dist: Double): Boolean

    Definition Classes
    Geometry
  71. def |(g: TwoDimensions): TwoDimensionsTwoDimensionsUnionResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon and g.

  72. def |(g: AtMostOneDimension): AtMostOneDimensionPolygonUnionResult

    Computes a Result that represents a Geometry made up of all the points in this Polygon and g.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TwoDimensions

Inherited from AtLeastOneDimension

Inherited from Dimensions

Inherited from Relatable

Inherited from Geometry

Inherited from AnyRef

Inherited from Any

Ungrouped