Uses of Interface
com.luciad.geometry.topology.ILcdIntersectionMatrixPattern
Packages that use 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
Fields in com.luciad.geometry.topology declared as ILcdIntersectionMatrixPatternModifier 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.Methods in com.luciad.geometry.topology with parameters of type ILcdIntersectionMatrixPatternModifier 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
Methods in com.luciad.geometry.topology.cartesian with parameters of type ILcdIntersectionMatrixPatternModifier and TypeMethodDescriptionboolean
TLcdCartesianAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern) -
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology.ellipsoidal
Methods in com.luciad.geometry.topology.ellipsoidal with parameters of type ILcdIntersectionMatrixPatternModifier and TypeMethodDescriptionboolean
TLcdEllipsoidalAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern) -
Uses of ILcdIntersectionMatrixPattern in com.luciad.geometry.topology.spherical
Methods in com.luciad.geometry.topology.spherical with parameters of type ILcdIntersectionMatrixPatternModifier and TypeMethodDescriptionboolean
TLcdSphericalAdvancedBinaryTopology.checkTopology
(ILcdShape aShape1, ILcdShape aShape2, ILcdIntersectionMatrixPattern aMatrixPattern)