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

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

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

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

public class ScalarTypeGeoLatteMultiLineString extends ScalarTypeGeoLatteBase {

  public ScalarTypeGeoLatteMultiLineString() {
    super(ExtraDbTypes.MULTILINESTRING, MultiLineString.class);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy