Package | Description |
---|---|
org.opentripplanner.analyst |
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) |
Copyright © 2019. All rights reserved.