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

io.ebean.postgis.latte.ScalarTypeGeoLatteLineString Maven / Gradle / Ivy

The newest version!
package io.ebean.postgis.latte;

import io.ebean.config.dbplatform.ExtraDbTypes;
import org.geolatte.geom.LineString;

public class ScalarTypeGeoLatteLineString extends ScalarTypeGeoLatteBase {

  public ScalarTypeGeoLatteLineString() {
    super(ExtraDbTypes.LINESTRING, LineString.class);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy