V
- The type of the intersection memberpublic class PointIntersectionMember<V> extends IntersectionMember<V>
Constructor and Description |
---|
PointIntersectionMember(V element,
JGeometry point)
Allocates a new point intersection member
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.awt.geom.Point2D |
getIntersectionPoint()
Gets the spatial point where the element is intersected.
|
boolean |
isLine()
Tells whether the element held is a line
|
boolean |
isPoint()
Tells whether the element held is a point
|
getDistToInterCommonPoint, getElement, getGeometry, getId, getIntersectionLocation, setDistToInterCommonPoint, setElement, setGeometry, setIntersectionLocation
public boolean isLine()
IntersectionMember
isLine
in class IntersectionMember<V>
public boolean isPoint()
IntersectionMember
isPoint
in class IntersectionMember<V>
public java.awt.geom.Point2D getIntersectionPoint()
IntersectionMember
getIntersectionPoint
in class IntersectionMember<V>
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class IntersectionMember<V>
java.lang.CloneNotSupportedException