
com.cube.geojson.MultiLineString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GeoGson Show documentation
Show all versions of GeoGson Show documentation
Simple dynamic GeoJson parsing utility for Java, with support for Elasticsearch
The newest version!
package com.cube.geojson;
import java.util.List;
public class MultiLineString extends Geometry>
{
public MultiLineString()
{
}
@Override public void finishPopulate()
{
}
public MultiLineString(List line)
{
add(line);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy