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(com.vividsolutions.jts.geom.Geometry geom) |
Constructor and Description |
---|
PointFeature(String id,
com.vividsolutions.jts.geom.Geometry g,
HashMap<String,Integer> ad) |
Copyright © 2018. All rights reserved.