|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeoTransform in org.deegree_impl.graphics |
Fields in org.deegree_impl.graphics declared as GeoTransform | |
private GeoTransform |
MapView_Impl.projection
|
Methods in org.deegree_impl.graphics that return GeoTransform | |
GeoTransform |
MapView_Impl.getProjection()
Returns the GeoTransform that is associated to this MapView. |
Uses of GeoTransform in org.deegree_impl.graphics.displayelements |
Methods in org.deegree_impl.graphics.displayelements with parameters of type GeoTransform | |
void |
RasterDisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
void |
PolygonDisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
private java.awt.geom.Area |
PolygonDisplayElement_Impl.calcTargetCoordinates(GeoTransform projection,
GM_Surface surface)
calculates the Area (image or screen coordinates) where to draw the surface. |
void |
PointDisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
private void |
PointDisplayElement_Impl.drawPoint(java.awt.Graphics2D g,
GM_Point point,
GeoTransform projection,
java.awt.Image image)
renders one point to the submitted graphic context considering the also submitted projection |
void |
MapDiagram_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
void |
LineStringDisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
private int[][] |
LineStringDisplayElement_Impl.calcTargetCoordinates(GeoTransform projection,
GM_Curve curve)
Calculates the screen coordinates of the curve. |
static Label[] |
LabelFactory.createLabels(LabelDisplayElement element,
GeoTransform projection,
java.awt.Graphics2D g)
Generates Label-representations for a given LabelDisplayElement. |
static java.util.List |
LabelFactory.createLabels(GM_MultiCurve multiCurve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines positions on the given GM_MultiCurve where a caption could be drawn. |
static java.util.ArrayList |
LabelFactory.createLabels(GM_Curve curve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines positions on the given GM_Curve where a caption could be drawn. |
static int[][] |
LabelFactory.calcScreenCoordinates(GeoTransform projection,
GM_Curve curve)
Calculates the screen coordinates of the given GM_Curve. |
static int[] |
LabelFactory.calcScreenCoordinates(GeoTransform projection,
GM_Object geometry)
Returns the physical (screen) coordinates. |
void |
LabelDisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
Renders the DisplayElement to the submitted graphic context. |
abstract void |
DisplayElement_Impl.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
Uses of GeoTransform in org.deegree_impl.graphics.optimizers |
Methods in org.deegree_impl.graphics.optimizers with parameters of type GeoTransform | |
(package private) static java.util.ArrayList |
LabelChoiceFactory.createLabelChoices(LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given LabelDisplayElement. |
(package private) static java.util.ArrayList |
LabelChoiceFactory.createLabelChoices(GM_MultiCurve multiCurve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given GM_MultiCurve where a Label could be drawn. |
(package private) static java.util.ArrayList |
LabelChoiceFactory.createLabelChoices(GM_Curve curve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given GM_Curve where a Label could be drawn. |
Uses of GeoTransform in org.deegree_impl.graphics.transformation |
Classes in org.deegree_impl.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. |
Uses of GeoTransform in org.deegree_impl.io.imgapi |
Fields in org.deegree_impl.io.imgapi declared as GeoTransform | |
private GeoTransform |
IMGReader.trans
|
Uses of GeoTransform in org.deegree_impl.model.gc |
Fields in org.deegree_impl.model.gc declared as GeoTransform | |
private GeoTransform |
ImageGridCoverage.gt
|
private GeoTransform |
GC_GridCoverage_Impl.gt
|
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 | |
void |
DisplayElement.paint(java.awt.Graphics g,
GeoTransform projection)
renders the DisplayElement to the submitted graphic context |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |