Vertex interface
- author Antoine Corcy
AbstractInterface
Methods |
public abstract getFrom() Get the origin coordinate.
|
public abstract getGradient() Get the gradient (slope) of the vertex.
|
public abstract getOrdinateIntercept() Get the ordinate (longitude) of the point where vertex intersects with the ordinate-axis (Prime-Meridian) of the coordinate system.
|
public abstract getTo() Get the destination coordinate.
|
public abstract setFrom(League Set the origin coordinate.
|
public abstract setTo(League Set the destination coordinate.
|