org.gvsig.geoprocess.algorithm.convexhull
Class ConvexHullOperation

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

public class ConvexHullOperation
extends Object

Convex Hull operation

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
static int CODE
           
static 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, String[] attrNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

CODE

public static final int CODE
Constructor Detail

ConvexHullOperation

public ConvexHullOperation()
Method Detail

setFeatureStore

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

getGeometry

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

Returns:

invoke

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

getOperationIndex

public int getOperationIndex()


Copyright © 2004-2013 gvSIG. All Rights Reserved.