| java.lang.Object org.geotools.shapefile.MultiPointHandler
MultiPointHandler | public class MultiPointHandler implements ShapeHandler(Code) | | author: dblasby |
myShapeType | int myShapeType(Code) | | |
MultiPointHandler | public MultiPointHandler()(Code) | | Creates new MultiPointHandler
|
getLength | public int getLength(Geometry geometry)(Code) | | Calcuates the record length of this object.
int The length of the record that this shapepoint will take up in a shapefile |
getShapeType | public int getShapeType()(Code) | | Returns the shapefile shape type value for a point
int Shapefile.POINT |
zMinMax | double[] zMinMax(Geometry g)(Code) | | |
|
|