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

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

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

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

public class ScalarTypeGeoLatteMultiPoint extends ScalarTypeGeoLatteBase {

  public ScalarTypeGeoLatteMultiPoint() {
    super(ExtraDbTypes.MULTIPOINT, MultiPoint.class);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy