Class Tessellator.Node

  • Enclosing class:
    Tessellator

    protected static class Tessellator.Node
    extends Object
    Circular Doubly-linked list used for polygon coordinates
    • Constructor Detail

      • Node

        protected Node​(Polygon polygon,
                       int index,
                       int vertexIndex)
    • Method Detail

      • getX

        public final double getX()
        get the x value
      • getY

        public final double getY()
        get the y value
      • getLon

        public final double getLon()
        get the longitude value
      • getLat

        public final double getLat()
        get the latitude value