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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cols: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findNextDirection(col: Int, row: Int, d: Int, targetValue: Int): Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLinearRing[T](targetValue: Int, startPoint: (Int, Int)): LinearRing
- val halfCellHeight: Double
- val halfCellWidth: Double
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val r: Tile
- val rows: Int
- def sd(d: Int): String
- def sm(d: Int): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()