com.hardcode.gdbms.engine.spatial
Class MultipointGeneralPath

java.lang.Object
  extended by com.hardcode.gdbms.engine.spatial.GeneralPath
      extended by com.hardcode.gdbms.engine.spatial.MultipointGeneralPath
All Implemented Interfaces:
java.awt.Shape, java.lang.Cloneable

public class MultipointGeneralPath
extends GeneralPath


Field Summary
 
Fields inherited from class com.hardcode.gdbms.engine.spatial.GeneralPath
numTypes, pointCoords, pointTypes, SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, singleGeometry, WIND_EVEN_ODD, WIND_NON_ZERO
 
Constructor Summary
MultipointGeneralPath()
           
 
Method Summary
 SnapPoint[] getSnapPoints()
           
 
Methods inherited from class com.hardcode.gdbms.engine.spatial.GeneralPath
append, append, clone, closePath, closePath, contains, contains, contains, contains, createTransformedShape, curveTo, doHashCode, getBounds, getBounds2D, getCurrentPoint, getHandlerPoints, getJTSGeometry, getParts, getPathIterator, getPathIterator, getWindingRule, intersects, intersects, isSingleGeometry, lineTo, moveTo, quadTo, reset, setSingleGeometry, setWindingRule, transform
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipointGeneralPath

public MultipointGeneralPath()
Method Detail

getSnapPoints

public SnapPoint[] getSnapPoints()
Overrides:
getSnapPoints in class GeneralPath


Copyright © 2005-2006 . All Rights Reserved.