public class GeometryStretcherView extends Object
Modifier and Type | Field and Description |
---|---|
static double |
NEARNESS_TOL_IN_VIEW
The nearness tolerance in view pixels.
|
Constructor and Description |
---|
GeometryStretcherView(GeometryEditModel geomEditModel) |
Modifier and Type | Method and Description |
---|---|
GeometryContainer |
getContainer(int i) |
Geometry |
getStretchedGeometry(int index) |
List |
getStretchedVertices(int index) |
boolean |
isViewPerformant() |
void |
setEnvelope(Envelope maskEnv) |
void |
setNearnessTolerance(double nearnessTol) |
void |
setStretchSize(double stretchSize)
Sets the amount by which vertices will be stretched
(in geometry units).
|
public static final double NEARNESS_TOL_IN_VIEW
public GeometryStretcherView(GeometryEditModel geomEditModel)
public GeometryContainer getContainer(int i)
public void setStretchSize(double stretchSize)
stretchSize
- public void setNearnessTolerance(double nearnessTol)
public void setEnvelope(Envelope maskEnv)
public boolean isViewPerformant()
public Geometry getStretchedGeometry(int index)
public List getStretchedVertices(int index)
Copyright © 2017. All Rights Reserved.