org.n52.oxf.conversion.gml32.geometry
Class GeometryWithInterpolation

java.lang.Object
  extended by org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation

public class GeometryWithInterpolation
extends Object


Field Summary
static String GEODESIC
           
static String LINEAR
           
 
Constructor Summary
GeometryWithInterpolation(com.vividsolutions.jts.geom.Geometry geom, String interpol)
           
 
Method Summary
 com.vividsolutions.jts.geom.Geometry getGeometry()
           
 String getInterpolation()
           
 void setGeometry(com.vividsolutions.jts.geom.Geometry geom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINEAR

public static final String LINEAR
See Also:
Constant Field Values

GEODESIC

public static final String GEODESIC
See Also:
Constant Field Values
Constructor Detail

GeometryWithInterpolation

public GeometryWithInterpolation(com.vividsolutions.jts.geom.Geometry geom,
                                 String interpol)
Method Detail

getGeometry

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

getInterpolation

public String getInterpolation()

setGeometry

public void setGeometry(com.vividsolutions.jts.geom.Geometry geom)


Copyright © 2012-2013 52north.org. All Rights Reserved.