| java.lang.Object org.geotools.shapefile.PointHandler
PointHandler | public class PointHandler implements ShapeHandler(Code) | | Wrapper for a Shapefile point.
getLength() modified by Michaël MICHAUD on 3 nov. 2004 to handle properly
Point, PointM and PointZ length
|
myShapeType | int myShapeType(Code) | | |
PointHandler | public PointHandler()(Code) | | |
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 |
|
|