public class ConvexHullOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CODE |
static java.lang.String |
NAME |
Constructor and Description |
---|
ConvexHullOperation() |
Modifier and Type | Method and Description |
---|---|
Geometry |
getGeometry()
Returns FMap convex hull geometry.
|
int |
getOperationIndex() |
Geometry |
invoke(Geometry actualGeometry) |
void |
setFeatureStore(FeatureStore out,
java.lang.String[] attrNames) |
public static final java.lang.String NAME
public static final int CODE
public void setFeatureStore(FeatureStore out, java.lang.String[] attrNames) throws DataException
DataException
public Geometry getGeometry()
public Geometry invoke(Geometry actualGeometry)
public int getOperationIndex()