Package org.postgis
Class MultiPoint
- java.lang.Object
-
- org.postgis.Geometry
-
- org.postgis.ComposedGeom
-
- org.postgis.PointComposedGeom
-
- org.postgis.MultiPoint
-
- All Implemented Interfaces:
Serializable
public class MultiPoint extends PointComposedGeom
- See Also:
- Serialized Form
-
-
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
Constructors Modifier Constructor Description MultiPoint()MultiPoint(String value)protectedMultiPoint(String value, boolean haveM)MultiPoint(Point[] points)
-
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
-
-
-
-
Constructor Detail
-
MultiPoint
public MultiPoint()
-
MultiPoint
public MultiPoint(Point[] points)
-
MultiPoint
public MultiPoint(String value) throws SQLException
- Throws:
SQLException
-
MultiPoint
protected MultiPoint(String value, boolean haveM) throws SQLException
- Throws:
SQLException
-
-