Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.common.geometry |
Modifier and Type | Method and Description |
---|---|
static PointFeature |
PointFeature.fromJsonNode(com.fasterxml.jackson.databind.JsonNode feature) |
static PointSet |
PointSet.fromShapefile(File file) |
static PointSet |
PointSet.fromShapefile(File file,
String originIDField,
List<String> propertyFields) |
void |
PointFeature.setGeom(org.locationtech.jts.geom.Geometry geom) |
Constructor and Description |
---|
PointFeature(String id,
org.locationtech.jts.geom.Geometry g,
HashMap<String,Integer> ad) |
Modifier and Type | Method and Description |
---|---|
static org.locationtech.jts.geom.Geometry |
GeometryUtils.convertGeoJsonToJtsGeometry(org.geojson.GeoJsonObject geoJsonGeom)
Convert a org.geojson.Xxxx geometry to a JTS geometry.
|
Copyright © 2019. All rights reserved.