es.prodevelop.gvsig.mobile.fmap.core
Class FMapFastGeometry

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.core.FMapFastGeometry

public class FMapFastGeometry
extends java.lang.Object


Constructor Summary
FMapFastGeometry(int d, boolean pol)
           
 
Method Summary
 void addPart(double[] p)
           
 FMapFastGeometry cloneGeometry()
           
 int getDimensions()
           
 int getNumberOfParts()
           
 double[] getPart(int index)
           
 boolean isPolygon()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMapFastGeometry

public FMapFastGeometry(int d,
                        boolean pol)
Method Detail

addPart

public void addPart(double[] p)

getDimensions

public int getDimensions()

getNumberOfParts

public int getNumberOfParts()

getPart

public double[] getPart(int index)

cloneGeometry

public FMapFastGeometry cloneGeometry()

isPolygon

public boolean isPolygon()