Uses of Interface
com.luciad.geometry.topology.ILcdIntersectionMatrixPattern
Package
Description
This package provides topological operations between shapes.
Topology operations in cartesian space.
Topology and geometry calculations on an ellipse.
Topology and geometry calculations on a sphere.
-
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology
Modifier and TypeFieldDescriptionstatic final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.CONTAINS
Matrix pattern checking the topological relationship contains.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.COVERED_BY
Matrix pattern checking the topological relationship coveredBy.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.COVERS
Matrix pattern checking the topological relationship covers.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.CROSSES
Matrix pattern checking the topological relationship crosses.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.DISJOINT
Matrix pattern checking the topological relationship disjoint.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.EQUALS
Matrix pattern checking the topological relationship equals.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.INTERSECTS
Matrix pattern checking the topological relationship intersects.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.OVERLAPS
Matrix pattern checking the topological relationship overlaps.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.TOUCHES
Matrix pattern checking the topological relationship touches.static final ILcdIntersectionMatrixPattern
ILcdIntersectionMatrixPattern.WITHIN
Matrix pattern checking the topological relationship within.Modifier and TypeMethodDescriptionboolean
ILcd2DAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern) Checks whether the two given shapes satisfy the binary topology relation defined by the given matrix pattern. -
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology.cartesian
Modifier and TypeMethodDescriptionboolean
TLcdCartesianAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern) -
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology.ellipsoidal
Modifier and TypeMethodDescriptionboolean
TLcdEllipsoidalAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern) -
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology.spherical
Modifier and TypeMethodDescriptionboolean
TLcdSphericalAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern)