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

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

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

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

public class ScalarTypeGeoLatteMultiPolygon extends ScalarTypeGeoLatteBase {

  public ScalarTypeGeoLatteMultiPolygon() {
    super(ExtraDbTypes.MULTIPOLYGON, MultiPolygon.class);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy