public class MultiPointHandler extends java.lang.Object implements ShapeHandler
Modifier and Type | Field and Description |
---|---|
(package private) int |
myShapeType |
Constructor and Description |
---|
MultiPointHandler()
Creates new MultiPointHandler
|
MultiPointHandler(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getLength(Geometry geometry)
Calcuates the record length of this object.
|
int |
getShapeType()
Returns the shapefile shape type value for a point
|
Geometry |
read(EndianDataInputStream file,
GeometryFactory geometryFactory,
int contentLength) |
(package private) double[] |
zMinMax(Geometry g) |
public MultiPointHandler()
public MultiPointHandler(int type) throws InvalidShapefileException
InvalidShapefileException
public Geometry read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength) throws java.io.IOException, InvalidShapefileException
read
in interface ShapeHandler
java.io.IOException
InvalidShapefileException
double[] zMinMax(Geometry g)
public int getShapeType()
getShapeType
in interface ShapeHandler
public int getLength(Geometry geometry)
getLength
in interface ShapeHandler