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

org.geolatte.geom.PositionFactory Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.9.1
Show newest version
package org.geolatte.geom;

/**
 * Created by Karel Maesen, Geovise BVBA on 28/11/14.
 */
public interface PositionFactory

{ public Class

forClass(); public int getCoordinateDimension(); public P mkPosition(double... coordinates); //the next three methods are required for interoperability with JTS coordinates public boolean hasZComponent(); public boolean hasMComponent(); public int getMComponentIndex(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy