|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiPoint | |
gistoolkit.datasources | |
gistoolkit.datasources.shapefile | |
gistoolkit.features | |
gistoolkit.features.jtsutils | |
gistoolkit.projection |
Uses of MultiPoint in gistoolkit.datasources |
Methods in gistoolkit.datasources that return MultiPoint | |
static MultiPoint |
WKTFactory.parseMultiPoint(java.lang.String inWKT)
Convert the Well Known Text (WKT) representation of a multi point into a MultiPoint. |
Uses of MultiPoint in gistoolkit.datasources.shapefile |
Subclasses of MultiPoint in gistoolkit.datasources.shapefile | |
class |
MultiPointM
A collection of multi points of the type M |
class |
MultiPointZ
A collection of multi points of the type Z |
Uses of MultiPoint in gistoolkit.features |
Methods in gistoolkit.features with parameters of type MultiPoint | |
boolean |
MultiPoint.intersectsMultiPoint(MultiPoint inMultiPoint)
A MultiPoint will intersect another MultiPoint if any one of the points is within the minimum distance (EQUAL_LIMIT). |
boolean |
Point.intersectsMultiPoint(MultiPoint inMultiPoint)
A point intersects a MultiPoint if it intersects any one of it's constituent points |
Uses of MultiPoint in gistoolkit.features.jtsutils |
Methods in gistoolkit.features.jtsutils that return MultiPoint | |
MultiPoint |
JTSConverter.convertMultiPoint(com.vividsolutions.jts.geom.MultiPoint inMultiPoint)
Converts a JTS MultiPoint to a GISToolkit MultiPoint. |
Methods in gistoolkit.features.jtsutils with parameters of type MultiPoint | |
com.vividsolutions.jts.geom.MultiPoint |
JTSConverter.convertMultiPoint(MultiPoint inMultiPoint)
Converts a GISToolkit MultiPoint to a JTS MultiPoint. |
Uses of MultiPoint in gistoolkit.projection |
Methods in gistoolkit.projection with parameters of type MultiPoint | |
static void |
ShapeProjector.projectForwardMultiPoint(Projection inProjection,
MultiPoint inMultiPoint)
Handles projection of MultiPoints. |
static void |
ShapeProjector.projectBackwardMultiPoint(Projection inProjection,
MultiPoint inMultiPoint)
Handles reverse projection of MultiPoints. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |