Package | Description |
---|---|
com.mapinfo.midev.geometry.operations |
Classes used for geometry operations.
|
com.mapinfo.midev.unit |
Units of measure and scalar quantities.
|
Modifier and Type | Method and Description |
---|---|
static IFeatureGeometry |
GeometryOperations.buffer(IGeometry g,
Offset distance)
Returns a geometry consisting of all the points within the
distance of this geometry. |
static IFeatureGeometry |
GeometryOperations.buffer(IGeometry g,
Offset distance,
int resolution)
Returns a geometry consisting of all the points within the
distance of the given geometry. |
Modifier and Type | Method and Description |
---|---|
static Offset |
Offset.convert(Offset offset,
LinearUnit unit)
Returns the specified Offset converted from its LinearUnit to the
specified LinearUnit.
|
Modifier and Type | Method and Description |
---|---|
static Offset |
Offset.convert(Offset offset,
LinearUnit unit)
Returns the specified Offset converted from its LinearUnit to the
specified LinearUnit.
|
boolean |
Offset.equivalent(Offset offset)
Is this offset equivalent to the given offset.
|
boolean |
Offset.equivalent(Offset offset,
double tolerance)
Is this offset equivalent to the given offset within the given tolerance.
|