| Modifier and Type | Method and Description |
|---|---|
edu.umd.cs.piccolo.util.PBounds |
BoundingBox.getPBounds(WorldToScreenTransform wtst)
Deprecated.
DOCUMENT ME!
|
static void |
CrsTransformer.transformPNodeToGivenCrs(edu.umd.cs.piccolo.PNode node,
String oldCrs,
String newCrs,
WorldToScreenTransform oldWtst,
WorldToScreenTransform newWtst)
transforms the given PNode object and all its sub nodes to the given CRS.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFeatureServiceFeature.applyPointStyling(edu.umd.cs.piccolo.nodes.PImage image,
org.deegree.style.styling.PointStyling styling,
WorldToScreenTransform wtst,
double x,
double y,
edu.umd.cs.piccolo.PCamera camera,
boolean selected)
DOCUMENT ME!
|
void |
DrawingSLDStyledFeature.applyStyle(PFeature pfeature,
WorldToScreenTransform wtst)
DOCUMENT ME!
|
void |
SLDStyledFeature.applyStyle(PFeature pFeature,
WorldToScreenTransform wtst)
DOCUMENT ME!
|
void |
DefaultFeatureServiceFeature.applyStyle(PFeature pfeature,
WorldToScreenTransform wtst)
DOCUMENT ME!
|
void |
PersistentFeature.applyStyle(PFeature pFeature,
WorldToScreenTransform wtst) |
protected void |
DefaultFeatureServiceFeature.applyTextStyling(PFeature.PTextWithDisplacement ptext,
String value,
org.deegree.style.styling.TextStyling textStyling,
WorldToScreenTransform wtst,
double x,
double y)
DOCUMENT ME!
|
| Constructor and Description |
|---|
AbstractNewFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
AbstractNewFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
AbstractNewFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
DrawingFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new DrawingFeature object.
|
DrawingFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new DrawingFeature object.
|
DrawingFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new DrawingFeature object.
|
PureNewFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
PureNewFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
PureNewFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new PureNewFeature object.
|
SearchFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new SearchFeature object.
|
SearchFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new SearchFeature object.
|
SearchFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new SearchFeature object.
|
SelectFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst)
Creates a new SelectFeature object.
|
SelectFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst)
Creates a new SelectFeature object.
|
SelectFeature(Point2D point,
WorldToScreenTransform wtst)
Creates a new SelectFeature object.
|
SplittedNewFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst,
PFeature splittedFromPFeature)
Creates a new SplittedNewFeature object.
|
| Modifier and Type | Method and Description |
|---|---|
WorldToScreenTransform |
MappingComponent.getWtst()
Creates a new WorldToScreenTransform for the current screensize (boundingbox) and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
WorldToScreenTransform |
PBoundsWithCleverToString.getWtst()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
static PFeature |
PNodeFactory.createPFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
public static FeaturePNode updatePNode(PNode
pnode,org.deegree_impl.graphics.transformation.WorldToScreenTransform wtst,double x_offset,double y_offset) {
return null; }.
|
void |
PFeature.PTextWithDisplacement.setDisplacement(SLDStyledFeature.UOM uomFromDeegree,
double displacementX,
double displacementY,
double anchorPointX,
double anchorPointY,
WorldToScreenTransform wtst)
DOCUMENT ME!
|
| Constructor and Description |
|---|
PBoundsWithCleverToString(edu.umd.cs.piccolo.util.PBounds aBounds,
WorldToScreenTransform wtst,
String crsCode)
Creates a new instance of PBoundsWithCleverToString.
|
PFeature(com.vividsolutions.jts.geom.Coordinate[] coordArr,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
Deprecated.
|
PFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
Creates a new PFeature object.
|
PFeature(Feature feature,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer,
boolean ignoreStickyfeature)
Deprecated.
|
PFeature(Point2D[] canvasPoints,
WorldToScreenTransform wtst,
double x_offset,
double y_offset,
MappingComponent viewer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
PFeatureTools.getGeometryFromPBounds(edu.umd.cs.piccolo.util.PBounds bounds,
WorldToScreenTransform wtst,
String crs)
DOCUMENT ME!
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.