Packages

class Polygonizer extends AnyRef

Created by eugene on 2/16/16.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Polygonizer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Polygonizer(r: Tile, rasterExtent: RasterExtent)

Value Members

  1. val BOTTOMLEFT: Int
  2. val BOTTOMRIGHT: Int
  3. val DOWN: Int
  4. val LEFT: Int
  5. val NOTFOUND: Int
  6. val RIGHT: Int
  7. val TOPLEFT: Int
  8. val TOPRIGHT: Int
  9. val UP: Int
  10. val cols: Int
  11. def findNextDirection(col: Int, row: Int, d: Int, targetValue: Int): Int
  12. def getLinearRing[T](targetValue: Int, startPoint: (Int, Int)): LinearRing
  13. val halfCellHeight: Double
  14. val halfCellWidth: Double
  15. val jtsFactory: GeometryFactory
  16. def makeMarks(points: ArrayBuffer[Coordinate], col: Int, row: Int, d: Int, pd: Int): Any
  17. def mark(col: Int, row: Int, m: Int): Coordinate
  18. val r: Tile
  19. val rows: Int
  20. def sd(d: Int): String
  21. def sm(d: Int): String