public interface IMultiPoint extends IFeatureGeometry, Iterable<IPoint>
IFeatureGeometry that is a collection of IPoints all in the same coordinate system.| Modifier and Type | Method and Description |
|---|---|
IMultiPoint |
getCopy()
Returns a non-transient copy of this
IFeatureGeometry in this IFeatureGeometry's coordinate system. |
IMultiPoint |
getCopy(CoordSys crs)
Returns a non-transient copy of this
IFeatureGeometry in the specified coordinate system. |
IDirectPositionIterator |
getDirectPositionIterator()
Returns an
IDirectPositionIterator that can be used to iterator over all the
IDirectPositions in this IMultiPoint. |
int |
getPointCount()
Returns the number of
IDirectPositions in this IMultiPoint. |
IDirectPositionList |
getPositions()
Returns all the
IDirectPositions in this IMultiPoint. |
getRepresentativePoint, initializeRepresentativePoint, setRepresentativePointcontains, getArea, getCoordSys, getDimension, getEnvelope, getPerimeter, getSpatialInfo, getType, isEmpty, isTransient, mAllSet, mSet, zAllSet, zSetforEach, iterator, spliteratorint getPointCount()
IDirectPositions in this IMultiPoint.IDirectPositions in this IMultiPoint.IDirectPositionList getPositions()
IDirectPositions in this IMultiPoint.IDirectPositions in this IMultiPoint.IDirectPositionIterator getDirectPositionIterator()
IDirectPositionIterator that can be used to iterator over all the
IDirectPositions in this IMultiPoint.IDirectPositionIterator that can be used to iterator over all the
IDirectPositions in this IMultiPoint.IMultiPoint getCopy(CoordSys crs)
IFeatureGeometryIFeatureGeometry in the specified coordinate system.getCopy in interface IFeatureGeometrygetCopy in interface IGeometrycrs - coordinate system of the returned copyIFeatureGeometry in the specified coordinate system.IGeometry.isTransient()IMultiPoint getCopy()
IFeatureGeometryIFeatureGeometry in this IFeatureGeometry's coordinate system.getCopy in interface IFeatureGeometrygetCopy in interface IGeometryIFeatureGeometry in this IFeatureGeometry's coordinate system.IFeatureGeometry.getCopy(com.mapinfo.midev.coordsys.CoordSys),
IGeometry.isTransient()