|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.postgis.Geometry
org.postgis.ComposedGeom
org.postgis.PointComposedGeom
org.postgis.MultiPoint
public class MultiPoint
| Field Summary |
|---|
| Fields inherited from class org.postgis.ComposedGeom |
|---|
EMPTY, subgeoms |
| Fields inherited from class org.postgis.Geometry |
|---|
ALLTYPES, dimension, GEOMETRYCOLLECTION, haveMeasure, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, srid, type, UNKNOWN_SRID |
| Constructor Summary | |
|---|---|
|
MultiPoint()
|
|
MultiPoint(Point[] points)
|
|
MultiPoint(java.lang.String value)
|
protected |
MultiPoint(java.lang.String value,
boolean haveM)
|
| Method Summary |
|---|
| Methods inherited from class org.postgis.PointComposedGeom |
|---|
createSubGeomArray, createSubGeomInstance, getPoint, getPoints, innerWKT, numPoints |
| Methods inherited from class org.postgis.ComposedGeom |
|---|
checkConsistency, equalsintern, getFirstPoint, getLastPoint, getSubGeometry, hashCode, isEmpty, iterator, mediumWKT, numGeoms, setSrid |
| Methods inherited from class org.postgis.Geometry |
|---|
equals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, outerWKT, outerWKT, parseSRID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiPoint()
public MultiPoint(Point[] points)
public MultiPoint(java.lang.String value)
throws java.sql.SQLException
java.sql.SQLException
protected MultiPoint(java.lang.String value,
boolean haveM)
throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||