Uses of Interface
com.luciad.geometry.topology.ILcdIntersectionMatrix
Packages that use 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
Methods in com.luciad.geometry.topology that return ILcdIntersectionMatrixModifier and TypeMethodDescriptionILcd2DAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) Computes the intersection matrix of the two given shapes.Methods in com.luciad.geometry.topology with parameters of type ILcdIntersectionMatrixModifier 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
Methods in com.luciad.geometry.topology.cartesian that return ILcdIntersectionMatrixModifier and TypeMethodDescriptionTLcdCartesianAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) -
Uses of ILcdIntersectionMatrix in com.luciad.geometry.topology.ellipsoidal
Methods in com.luciad.geometry.topology.ellipsoidal that return ILcdIntersectionMatrixModifier and TypeMethodDescriptionTLcdEllipsoidalAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2) -
Uses of ILcdIntersectionMatrix in com.luciad.geometry.topology.spherical
Methods in com.luciad.geometry.topology.spherical that return ILcdIntersectionMatrixModifier and TypeMethodDescriptionTLcdSphericalAdvancedBinaryTopology.computeIntersectionMatrix
(ILcdShape aShape1, ILcdShape aShape2)