geotrellis
.
raster
.
rasterize
polygon
package
polygon
Visibility
Public
All
Type Members
case class
Intercept
(
x:
Double
,
colDouble:
Double
,
line:
TestLine
)
extends
Product
with
Serializable
case class
TestLine
(
rowMin:
Int
,
rowMax:
Int
,
x0:
Double
,
y0:
Double
,
x1:
Double
,
y1:
Double
,
inverseSlope:
Double
)
extends
Product
with
Serializable
case class
TestLineSet
(
testLines:
Seq
[
TestLine
]
,
rowMin:
Int
,
rowMax:
Int
)
extends
Product
with
Serializable
Value Members
object
Intercept
extends
Serializable
object
PolygonRasterizer
object
TestLineSet
extends
Serializable
Ungrouped