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

Packages that use GeometryWithInterpolation
org.n52.oxf.conversion.gml32.geometry   
org.n52.oxf.conversion.gml32.xmlbeans.jts   
 

Uses of GeometryWithInterpolation in org.n52.oxf.conversion.gml32.geometry
 

Methods in org.n52.oxf.conversion.gml32.geometry that return types with arguments of type GeometryWithInterpolation
 List<GeometryWithInterpolation> RouteSegmentWithAltitudeLimits.getGeometries()
           
 Collection<GeometryWithInterpolation> GeometryCollectionWithAltitudeLimits.getGeometries()
           
 List<GeometryWithInterpolation> AirspaceVolumeWithAltitudeLimits.getGeometries()
           
 

Constructor parameters in org.n52.oxf.conversion.gml32.geometry with type arguments of type GeometryWithInterpolation
AirspaceVolumeWithAltitudeLimits(List<GeometryWithInterpolation> horiz, AltitudeLimits altitude)
           
RouteSegmentWithAltitudeLimits(List<GeometryWithInterpolation> geometries, AltitudeLimits altitude, double width)
           
 

Uses of GeometryWithInterpolation in org.n52.oxf.conversion.gml32.xmlbeans.jts
 

Methods in org.n52.oxf.conversion.gml32.xmlbeans.jts that return GeometryWithInterpolation
static GeometryWithInterpolation GMLGeometryFactory.createCurve(net.opengis.gml.x32.AbstractCurveSegmentType curve, String srs)
           
static GeometryWithInterpolation GMLGeometryFactory.createGreatCirlce(net.opengis.gml.x32.GeodesicStringType segment, String srs)
           
static GeometryWithInterpolation GMLGeometryFactory.createLineString(net.opengis.gml.x32.LineStringSegmentType segment, String srs)
           
static GeometryWithInterpolation GMLGeometryFactory.createPolygonPatch(net.opengis.gml.x32.AbstractSurfacePatchType abstractPatch, String srs)
           
static GeometryWithInterpolation GMLGeometryFactory.createRectangle(net.opengis.gml.x32.RectangleType patch, String srs)
           
 

Methods in org.n52.oxf.conversion.gml32.xmlbeans.jts that return types with arguments of type GeometryWithInterpolation
static List<GeometryWithInterpolation> GMLGeometryFactory.createMultiPolygonPatch(net.opengis.gml.x32.SurfacePatchArrayPropertyType patches, String srs)
           
 

Methods in org.n52.oxf.conversion.gml32.xmlbeans.jts with parameters of type GeometryWithInterpolation
static void GMLGeometryFactory.checkAndApplyInterpolation(GeometryWithInterpolation geometry)
           
 

Method parameters in org.n52.oxf.conversion.gml32.xmlbeans.jts with type arguments of type GeometryWithInterpolation
static void GMLGeometryFactory.checkAndApplyInterpolation(Collection<GeometryWithInterpolation> geometries)
          Checks if a collection of geometries can be interpolated.
static com.vividsolutions.jts.geom.Geometry GMLGeometryFactory.createAggregatedGeometry(List<GeometryWithInterpolation> geometryList)
           
 



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