Spatial DataBlade
JAVA API v8.21

com.ibm.spatial.geom
Interface MultiPoint

All Superinterfaces:
Geometry, GeometryCollection
All Known Implementing Classes:
IfxMultiPoint

public interface MultiPoint
extends GeometryCollection

The MultiPoint interface exposes a collection of zero-dimensional geometries. The elements of a MultiPoint are restricted to Points. The points are not connected or ordered.

The boundary of a MultiPoint is the empty set.

A MultiPoint is simple if no two components are coincident (have identical coordinate values).

See Also:
GeometryCollection, Point

Method Summary
 
Methods inherited from interface com.ibm.spatial.geom.GeometryCollection
geometryN, numGeometries
 
Methods inherited from interface com.ibm.spatial.geom.Geometry
asBinary, asText, boundary, buffer, contains, convexHull, crosses, difference, dimension, disjoint, distance, envelope, envelopesIntersect, equals, extent, exterior, interior, intersection, intersects, is3D, isEmpty, isMeasured, isSimple, isValid, locateAlong, locateBetween, numPoints, overlaps, srid, symmetricDiff, touches, union, within
 


Spatial DataBlade
JAVA API v8.21


Licensed Materials - Property of IBM
Copyright IBM Corp. 2002, 2012 All Rights Reserved.