|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.shapefile.ShpMultiPoint
public class ShpMultiPoint
ESRI's multiple-point shape in (x, y) space.
This is simply a list of (x, y) points.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
ShpMultiPoint(ShapeByteReader reader)
Creates a new ShpPolyLine object from the given input. |
|
| Method Summary | |
|---|---|
XyBounds |
getBounds()
Return the bounds. |
int |
getNumPoints()
The total number of points. |
java.util.List<ShpPoint> |
getPoints()
Returns the points as a list of points. |
ShapeType |
getType()
Returns the type for this shape. |
java.lang.String |
toString()
|
void |
writeBytes(ShapeByteWriter writer)
Writes this shape, in binary format, to the given output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShpMultiPoint(ShapeByteReader reader)
| Method Detail |
|---|
public ShapeType getType()
ShpShape
getType in interface ShpShapepublic void writeBytes(ShapeByteWriter writer)
ShpShape
writeBytes in interface ShpShapepublic java.lang.String toString()
toString in class java.lang.Objectpublic int getNumPoints()
public java.util.List<ShpPoint> getPoints()
public XyBounds getBounds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||