public class SUF2GeometryFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
NUM_SEGMENTS |
| Constructor and Description |
|---|
SUF2GeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
createArc(org.locationtech.jts.geom.GeometryFactory gf,
List<nl.b3p.suf2.SUF2Coordinate> coordinates) |
static org.locationtech.jts.geom.Geometry |
createArc(org.locationtech.jts.geom.GeometryFactory gf,
nl.b3p.suf2.records.SUF2Record record) |
static org.locationtech.jts.geom.Geometry |
createGeometry(org.locationtech.jts.geom.GeometryFactory gf,
nl.b3p.suf2.records.SUF2Record record) |
static org.locationtech.jts.geom.Coordinate[] |
toCoordinateArray(nl.b3p.suf2.SUF2Coordinate point,
double radius,
double startAngle,
double endAngle,
org.locationtech.jts.geom.GeometryFactory gf) |
public static final double NUM_SEGMENTS
public static org.locationtech.jts.geom.Geometry createGeometry(org.locationtech.jts.geom.GeometryFactory gf,
nl.b3p.suf2.records.SUF2Record record)
throws Exception
Exceptionpublic static org.locationtech.jts.geom.Geometry createArc(org.locationtech.jts.geom.GeometryFactory gf,
nl.b3p.suf2.records.SUF2Record record)
throws Exception
Exceptionpublic static org.locationtech.jts.geom.Geometry createArc(org.locationtech.jts.geom.GeometryFactory gf,
List<nl.b3p.suf2.SUF2Coordinate> coordinates)
throws Exception
ExceptionCopyright © 2019 B3Partners B.V.. All rights reserved.