Uses of Interface
com.luciad.geometry.topology.ILcdIntersectionMatrix
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 ILcdIntersectionMatrix in com.luciad.geometry.topology
Modifier and TypeMethodDescriptionILcd2DAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) Computes the intersection matrix of the two given shapes.Modifier and TypeMethodDescriptionboolean
ILcdIntersectionMatrixPattern.matches
(ILcdIntersectionMatrix aIntersectionMatrix) Checks whether the topological relationship defined by this matrix pattern holds for the given intersection matrix. -
Uses of ILcdIntersectionMatrix in com.luciad.geometry.topology.cartesian
Modifier and TypeMethodDescriptionTLcdCartesianAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) -
Uses of ILcdIntersectionMatrix in com.luciad.geometry.topology.ellipsoidal
Modifier and TypeMethodDescriptionTLcdEllipsoidalAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) -
Uses of ILcdIntersectionMatrix in com.luciad.geometry.topology.spherical
Modifier and TypeMethodDescriptionTLcdSphericalAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2)