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

org.geolatte.geom.Measured 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;

/**
 * Interface for {@code Position}s that have a "measure" value.
 *
 * @author Karel Maesen, Geovise BVBA
 *         creation-date: 2/19/14
 */
public interface Measured {

    /**
     * Returns the measure value of this instance.
     *
     * @return the measure value of this instance.
     */
    double getM();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy