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

java.lang.Object
  extended by org.n52.oxf.conversion.gml32.geometry.RouteSegmentWithAltitudeLimits
All Implemented Interfaces:
GeometryCollectionWithAltitudeLimits

public class RouteSegmentWithAltitudeLimits
extends Object
implements GeometryCollectionWithAltitudeLimits


Constructor Summary
RouteSegmentWithAltitudeLimits(List<GeometryWithInterpolation> geometries, AltitudeLimits altitude, double width)
           
 
Method Summary
 AltitudeLimits getAltitudeLimits()
           
 List<GeometryWithInterpolation> getGeometries()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteSegmentWithAltitudeLimits

public RouteSegmentWithAltitudeLimits(List<GeometryWithInterpolation> geometries,
                                      AltitudeLimits altitude,
                                      double width)
Method Detail

getGeometries

public List<GeometryWithInterpolation> getGeometries()
Specified by:
getGeometries in interface GeometryCollectionWithAltitudeLimits

getAltitudeLimits

public AltitudeLimits getAltitudeLimits()
Specified by:
getAltitudeLimits in interface GeometryCollectionWithAltitudeLimits

getWidth

public double getWidth()


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