|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.geometry.linearization.GeometryLinearizer
public class GeometryLinearizer
Provides methods for creating linearized versions of Geometry objects.
| Constructor Summary | |
|---|---|
GeometryLinearizer()
Creates a new GeometryLinearizer instance. |
|
| Method Summary | ||
|---|---|---|
|
linearize(T geom,
LinearizationCriterion crit)
Returns a linearized version of the given Geometry. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometryLinearizer()
GeometryLinearizer instance.
| Method Detail |
|---|
public <T extends Geometry> T linearize(T geom,
LinearizationCriterion crit)
Geometry.
T - geometry typegeom - geometry to be linearized, must not be nullcrit - linearization criterion, must not be null
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||