deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Interface
org.deegree.graphics.transformation.GeoTransform

Packages that use GeoTransform
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.deegree.graphics.optimizers   
org.deegree.graphics.transformation   
 

Uses of GeoTransform in org.deegree.graphics
 

Methods in org.deegree.graphics that return GeoTransform
 GeoTransform MapView.getProjection()
          Returns the GeoTransform that is associated to this MapView.
 

Uses of GeoTransform in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements with parameters of type GeoTransform
static int[][] LabelFactory.calcScreenCoordinates(GeoTransform projection, Curve curve)
          Calculates the screen coordinates of the given Curve. physical screen coordinates
static int[] LabelFactory.calcScreenCoordinates(GeoTransform projection, Geometry geometry)
          Returns the physical (screen) coordinates.
static HorizontalLabel LabelFactory.createLabelInABox(String text, Font font, Color color, Halo halo, double x, double y, double w, double h, Feature feature, GeoTransform projection)
          Deprecated. use the one with opacity instead
static HorizontalLabel LabelFactory.createLabelInABox(String text, Font font, Color color, Halo halo, double x, double y, double w, double h, Feature feature, GeoTransform projection, double opacity)
           
static ArrayList<Label> LabelFactory.createLabels(Curve curve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines positions on the given Curve where a caption could be drawn.
static Label[] LabelFactory.createLabels(LabelDisplayElement element, GeoTransform projection, Graphics2D g)
          Generates label-representations for a given LabelDisplayElement.
static List<Label> LabelFactory.createLabels(MultiCurve multiCurve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines positions on the given MultiCurve where a caption could be drawn.
 void PolygonDisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          renders the DisplayElement to the submitted graphic context
 void LineStringDisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          Renders the DisplayElement to the submitted graphic context.
 void RasterDisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          renders the DisplayElement to the submitted graphic context
 void PointDisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          renders the DisplayElement to the submitted graphic context
 void LabelDisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          Renders the DisplayElement to the submitted graphic context.
 void DisplayElement.paint(Graphics g, GeoTransform projection, double scale)
          Renders the DisplayElement to the submitted graphic context.
 

Uses of GeoTransform in org.deegree.graphics.optimizers
 

Methods in org.deegree.graphics.optimizers with parameters of type GeoTransform
(package private) static ArrayList<LabelChoice> LabelChoiceFactory.createLabelChoices(Curve curve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given Curve where a Label could be drawn.
(package private) static ArrayList<LabelChoice> LabelChoiceFactory.createLabelChoices(LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines LabelChoice candidates for the given LabelDisplayElement.
(package private) static ArrayList<LabelChoice> LabelChoiceFactory.createLabelChoices(MultiCurve multiCurve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines LabelChoice candidates for the given MultiCurve where a label could be drawn.
 

Uses of GeoTransform in org.deegree.graphics.transformation
 

Classes in org.deegree.graphics.transformation that implement GeoTransform
 class WorldToScreenTransform
          the class WorldToScreenTransform implements GeoTransformInterface and defines a transformation to a linear coordinat system with its orgin on top/left. this can be used for realising a screen mapping of geometries.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org