class RayCrossingCounter extends AnyRef
- Alphabetic
- By Inheritance
- RayCrossingCounter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RayCrossingCounter(p: Coordinate)
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(classOf[java.lang.CloneNotSupportedException]) @native()
- def countSegment(p1: Coordinate, p2: Coordinate): Unit
Counts a segment
Counts a segment
- p1
an endpoint of the segment
- p2
another endpoint of the segment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLocation: Int
Gets the {link Location} of the point relative to the ring, polygon or multipolygon from which the processed segments were provided.
Gets the {link Location} of the point relative to the ring, polygon or multipolygon from which the processed segments were provided.
This method only determines the correct location if all relevant segments must have been processed.
return the Location of the point
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOnSegment: Boolean
Reports whether the point lies exactly on one of the supplied segments.
Reports whether the point lies exactly on one of the supplied segments. This method may be called at any time as segments are processed. If the result of this method is true, no further segments need be supplied, since the result will never change again.
return true if the point lies exactly on a segment
- def isPointInPolygon: Boolean
Tests whether the point lies in or on the ring, polygon or multipolygon from which the processed segments were provided.
Tests whether the point lies in or on the ring, polygon or multipolygon from which the processed segments were provided.
This method only determines the correct location if all relevant segments must have been processed.
return true if the point lies in or on the supplied 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()
- var p: Coordinate
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()