All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cube.geojson.LineString Maven / Gradle / Ivy

Go to download

Simple dynamic GeoJson parsing utility for Java, with support for Elasticsearch

The newest version!
package com.cube.geojson;


public class LineString extends MultiPoint
{
	public LineString()
	{
	}

	public LineString(LngLatAlt... points)
	{
		super(points);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy