DK11 for Java | tatukgis.jdk.TGIS_Shape.Relate | Constructors | Fields | Methods | Properties
Checks nine-intersection matrix for self and given shape
// Java public bool Relate( TGIS_Shape _shape, java.lang.String _isectionMatrix );
// Oxygene public function Relate( _shape : TGIS_Shape; _isectionMatrix : String ) : Boolean;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
_isectionMatrix | java.lang.String String | intersection matrix |
Type | Description |
---|---|
bool Boolean | True if conditions in matrix are true. |
Internally it uses Topology class to find relations. See GIS_Topology for details and examples.