org.deegree.tools.crs.georeferencing.model
Class Footprint

java.lang.Object
  extended by org.deegree.tools.crs.georeferencing.model.Footprint

public class Footprint
extends Object

Model of the footprint of a 3D building. Basis for georeferencing.

Version:
$Revision: 31215 $, $Date: 2011-07-05 14:46:01 +0200 (Tue, 05 Jul 2011) $
Author:
Steffen Thomas, last edited by: $Author: aschmitz $

Field Summary
static double EP10
           
static double EPS10
           
 
Constructor Summary
Footprint(Scene2DValues values, GeometryFactory geom)
          Creates a new Footprint instance.
 
Method Summary
 void generateFootprints(List<float[]> footprintPointsList)
          Generates the polygons in world- and pixel-coordinates.
 List<Ring> getWorldCoordinateRingList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPS10

public static final double EPS10
See Also:
Constant Field Values

EP10

public static final double EP10
See Also:
Constant Field Values
Constructor Detail

Footprint

public Footprint(Scene2DValues values,
                 GeometryFactory geom)
Creates a new Footprint instance.

Method Detail

generateFootprints

public void generateFootprints(List<float[]> footprintPointsList)
Generates the polygons in world- and pixel-coordinates.

Parameters:
footprintPointsList - the points from the WorldRenderableObject

getWorldCoordinateRingList

public List<Ring> getWorldCoordinateRingList()
Returns:
the list of polygons in world-coordinates


Copyright © 2011. All Rights Reserved.