org.gvsig.geoprocess.algorithm.convexhull
Class ConvexHullOperation

java.lang.Object
  extended by org.gvsig.geoprocess.algorithm.convexhull.ConvexHullOperation

public class ConvexHullOperation
extends java.lang.Object

Convex Hull operation

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
static int CODE
           
static java.lang.String NAME
           
 
Constructor Summary
ConvexHullOperation()
           
 
Method Summary
 org.gvsig.fmap.geom.Geometry getGeometry()
          Returns FMap convex hull geometry.
 int getOperationIndex()
           
 org.gvsig.fmap.geom.Geometry invoke(org.gvsig.fmap.geom.Geometry g)
           
 void setFeatureStore(org.gvsig.fmap.dal.feature.FeatureStore out, java.lang.String[] attrNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final int CODE

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

ConvexHullOperation

public ConvexHullOperation()
Method Detail

getGeometry

public org.gvsig.fmap.geom.Geometry getGeometry()
Returns FMap convex hull geometry.

Returns:

getOperationIndex

public int getOperationIndex()

invoke

public org.gvsig.fmap.geom.Geometry invoke(org.gvsig.fmap.geom.Geometry g)

setFeatureStore

public void setFeatureStore(org.gvsig.fmap.dal.feature.FeatureStore out,
                            java.lang.String[] attrNames)
                     throws org.gvsig.fmap.dal.exception.DataException
Throws:
org.gvsig.fmap.dal.exception.DataException


Copyright © 2014 gvSIG Association. All Rights Reserved.