protected static class Tessellator.Node
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Node(Polygon polygon,
int index,
int vertexIndex) |
protected |
Node(Tessellator.Node other)
simple deep copy constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getLat()
get the latitude value
|
double |
getLon()
get the longitude value
|
double |
getX()
get the x value
|
double |
getY()
get the y value
|
java.lang.String |
toString() |
protected Node(Polygon polygon, int index, int vertexIndex)
protected Node(Tessellator.Node other)
public final double getX()
public final double getY()
public final double getLon()
public final double getLat()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.