geotrellis.vector

Point

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

Class representing a point

Linear Supertypes
Serializable, Serializable, Product, Equals, ZeroDimensions, AtMostOneDimension, Dimensions, Relatable, Geometry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Point
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ZeroDimensions
  7. AtMostOneDimension
  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 Point(jtsGeom: com.vividsolutions.jts.geom.Point)

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: MultiPolygon): PointOrNoResult

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

  5. def &(g: MultiLine): PointOrNoResult

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

  6. def &(g: MultiPoint): PointOrNoResult

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

  7. def &(g: Polygon): PointOrNoResult

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

  8. def &(g: Line): PointOrNoResult

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

  9. def &(g: Point): PointOrNoResult

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

  10. def &(g: Geometry): TwoDimensionsTwoDimensionsIntersectionResult

    Definition Classes
    Geometry
  11. def -(other: Geometry): PointGeometryDifferenceResult

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

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

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

    Definition Classes
    Any
  14. def as[G <: Geometry](implicit arg0: ClassTag[G]): Option[G]

    Attempt to convert this Geometry to the provided type

    Attempt to convert this Geometry to the provided type

    Definition Classes
    Geometry
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def buffer(d: Double): Polygon

    Computes a buffer area around this Point having width d.

  17. def centroid: PointOrNoResult

    Calculate centroid of this Geometry

    Calculate centroid of this Geometry

    Definition Classes
    Geometry
  18. def clone(): AnyRef

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

    Tests whether this Point contains the specified ZeroDimensions g.

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

  20. def coveredBy(g: Geometry): Boolean

    Tests whether this Point is covered by the specified Geometry g.

    Tests whether this Point is covered by the specified Geometry 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***.

  21. def covers(g: ZeroDimensions): Boolean

    Tests whether this Point covers the specified ZeroDimensions g.

    Tests whether this Point covers the specified ZeroDimensions 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*.

  22. def difference(other: Geometry): PointGeometryDifferenceResult

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

  23. def disjoint(other: Geometry): Boolean

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

    Calculate the distance to another Geometry

    Calculate the distance to another Geometry

    Definition Classes
    Geometry
  25. def distanceToInfiniteLine(a: Point, b: Point): Double

  26. def distanceToSegment(a: Point, b: Point): Double

  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. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Definition Classes
    Geometry → AnyRef → Any
  33. def interiorPoint: PointOrNoResult

    Definition Classes
    Geometry
  34. def intersection(g: MultiPolygon): PointOrNoResult

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

  35. def intersection(g: MultiLine): PointOrNoResult

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

  36. def intersection(g: MultiPoint): PointOrNoResult

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

  37. def intersection(g: Polygon): PointOrNoResult

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

  38. def intersection(g: Line): PointOrNoResult

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

  39. def intersection(g: Point): PointOrNoResult

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

  40. def intersection(g: Geometry): 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.

    Definition Classes
    Geometry
  41. def intersects(other: Geometry): Boolean

    Definition Classes
    Relatable
  42. def isInRing(l: Line): Boolean

  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. def isOnLine(l: Line): Boolean

  45. def isValid: Boolean

    Check the validity of this geometry

    Check the validity of this geometry

    Definition Classes
    Geometry
  46. val jtsGeom: com.vividsolutions.jts.geom.Point

    Return the wrapped jts Geometry

    Return the wrapped jts Geometry

    Definition Classes
    PointDimensionsGeometry
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

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

    Definition Classes
    AnyRef
  50. def safeIntersection(g: Geometry): 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.

    Definition Classes
    Geometry
  51. def symDifference(mp: MultiPolygon): PointMultiPolygonSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in mp, and all the points in mp that are not this Point.

  52. def symDifference(ml: MultiLine): PointMultiLineSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in ml, and all the points in ml that are not this Point.

  53. def symDifference(mp: MultiPoint): ZeroDimensionsMultiPointSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in mp, and all the points in mp that are not this Point.

  54. def symDifference(p: Polygon): AtMostOneDimensionPolygonSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in p, and all the points in p that are not this Point.

  55. def symDifference(l: Line): ZeroDimensionsLineSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in l, and all the points in l that are not this Point.

  56. def symDifference(p: Point): PointPointSymDifferenceResult

    Computes a Result that represents a Geometry made up of this Point, if it is not in p, and p if it is not this Point.

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

    Tests whether this Point touches the specified AtLeastOneDimensions g.

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

  60. def union(mp: MultiPolygon): PointMultiPolygonUnionResult

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

  61. def union(ml: MultiLine): PointMultiLineUnionResult

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

  62. def union(p: Polygon): AtMostOneDimensionPolygonUnionResult

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

  63. def union(l: Line): ZeroDimensionsLineUnionResult

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

  64. def union(g: ZeroDimensions): PointZeroDimensionsUnionResult

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

  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def within(g: Geometry): Boolean

    Tests whether this Point is within the specified Geometry g.

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

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

    Determine whether another Geometry is within a given distance

    Determine whether another Geometry is within a given distance

    other

    The geometry to check

    dist

    The radius of the circle within which this check is conducted

    Definition Classes
    Geometry
  70. val x: Double

    The Point's x-coordinate

  71. val y: Double

    The Point's y-coordinate

  72. def |(mp: MultiPolygon): PointMultiPolygonUnionResult

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

  73. def |(ml: MultiLine): PointMultiLineUnionResult

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

  74. def |(p: Polygon): AtMostOneDimensionPolygonUnionResult

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

  75. def |(l: Line): ZeroDimensionsLineUnionResult

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

  76. def |(g: ZeroDimensions): PointZeroDimensionsUnionResult

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ZeroDimensions

Inherited from AtMostOneDimension

Inherited from Dimensions

Inherited from Relatable

Inherited from Geometry

Inherited from AnyRef

Inherited from Any

Ungrouped