DK11 for Java | tatukgis.jdk.TGIS_Layer.IsSupported | Constructors | Fields | Methods | Properties | Events
Checks if the operation is supported by the layer.
// Java public bool IsSupported( TGIS_OperationType _operation );
// Oxygene public function IsSupported( _operation : TGIS_OperationType ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_operation | TGIS_OperationType | operation |
Type | Description |
---|---|
bool Boolean | True if the operation is supported by the layer |