public interface Projected
Projected
should be implement by all objects that can be re-projected.
Modifier and Type | Method and Description |
---|---|
IProjection |
getProjection()
Returns the current projection.
|
void |
reProject(ICoordTrans ct)
Changes projection of the graphical information of this object.
|
IProjection getProjection()
Returns the current projection.
reProject(ICoordTrans)
void reProject(ICoordTrans ct)
Changes projection of the graphical information of this object.
ct
- transformation coordinates for obtaining the new projectiongetProjection()