Package | Description |
---|---|
com.vividsolutions.jts.geom.prep |
Modifier and Type | Class and Description |
---|---|
class |
PreparedLineString
A prepared version for
Lineal geometries. |
class |
PreparedPoint
A prepared version for
Puntal geometries. |
class |
PreparedPolygon
A prepared version for
Polygonal geometries. |
Modifier and Type | Method and Description |
---|---|
PreparedGeometry |
PreparedGeometryFactory.create(Geometry geom)
Creates a new
PreparedGeometry appropriate for the argument Geometry . |
static PreparedGeometry |
PreparedGeometryFactory.prepare(Geometry geom)
Creates a new
PreparedGeometry appropriate for the argument Geometry . |
Copyright © 2016. All rights reserved.