class Polygonizer extends AnyRef
Created by eugene on 2/16/16.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Polygonizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Polygonizer(r: Tile, rasterExtent: RasterExtent)
Value Members
- val BOTTOMLEFT: Int
- val BOTTOMRIGHT: Int
- val DOWN: Int
- val LEFT: Int
- val NOTFOUND: Int
- val RIGHT: Int
- val TOPLEFT: Int
- val TOPRIGHT: Int
- val UP: Int
- val cols: Int
- def findNextDirection(col: Int, row: Int, d: Int, targetValue: Int): Int
- def getLinearRing[T](targetValue: Int, startPoint: (Int, Int)): LinearRing
- val halfCellHeight: Double
- val halfCellWidth: Double
- val jtsFactory: GeometryFactory
- def makeMarks(points: ArrayBuffer[Coordinate], col: Int, row: Int, d: Int, pd: Int): Any
- def mark(col: Int, row: Int, m: Int): Coordinate
- val r: Tile
- val rows: Int
- def sd(d: Int): String
- def sm(d: Int): String