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

org.geolatte.geom.codec.support.Holder Maven / Gradle / Ivy

Go to download

This geoLatte-geom library offers a geometry model that conforms to the OGC Simple Features for SQL specification.

The newest version!
package org.geolatte.geom.codec.support;

import org.geolatte.geom.Geometry;
import org.geolatte.geom.GeometryType;
import org.geolatte.geom.Position;
import org.geolatte.geom.crs.CoordinateReferenceSystem;

/**
 * Created by Karel Maesen, Geovise BVBA on 09/09/17.
 */
abstract public class Holder {

    abstract public boolean isEmpty();

    abstract public int getCoordinateDimension();

    abstract public 

Geometry

toGeometry(CoordinateReferenceSystem

crs, GeometryType geomType); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy