Class

geotrellis.raster.vectorize

Polygonizer

Related Doc: package vectorize

Permalink

class Polygonizer extends AnyRef

Created by eugene on 2/16/16.

Linear Supertypes
AnyRef, Any
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BOTTOMLEFT: Int

    Permalink
  5. val BOTTOMRIGHT: Int

    Permalink
  6. val DOWN: Int

    Permalink
  7. val LEFT: Int

    Permalink
  8. val NOTFOUND: Int

    Permalink
  9. val RIGHT: Int

    Permalink
  10. val TOPLEFT: Int

    Permalink
  11. val TOPRIGHT: Int

    Permalink
  12. val UP: Int

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val cols: Int

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findNextDirection(col: Int, row: Int, d: Int, targetValue: Int): Int

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getLinearRing[T](targetValue: Int, startPoint: (Int, Int)): LinearRing

    Permalink
  22. val halfCellHeight: Double

    Permalink
  23. val halfCellWidth: Double

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val jtsFactory: GeometryFactory

    Permalink
  27. def makeMarks(points: ArrayBuffer[Coordinate], col: Int, row: Int, d: Int, pd: Int): Any

    Permalink
  28. def mark(col: Int, row: Int, m: Int): Coordinate

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val r: Tile

    Permalink
  33. val rows: Int

    Permalink
  34. def sd(d: Int): String

    Permalink
  35. def sm(d: Int): String

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped