org.hibernatespatial.readers
Interface Feature


public interface Feature

A minimal interface for features, understood as being objects having minimally geometry and identifier properties.

Author:
Karel Maesen

Method Summary
 Object getAttribute(String name)
           
 com.vividsolutions.jts.geom.Geometry getGeometry()
           
 Object getId()
           
 

Method Detail

getId

Object getId()

getGeometry

com.vividsolutions.jts.geom.Geometry getGeometry()

getAttribute

Object getAttribute(String name)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.