DK11 for Java | tatukgis.jdk.IGIS_Viewer.Get | Methods | Properties
Retrieve the layer identified by a name.
// Java public abstract TGIS_LayerAbstract Get( java.lang.String _name );
// Oxygene public function Get( _name : String ) : TGIS_LayerAbstract;
Name | Type | Description |
---|---|---|
_name | java.lang.String String | name of layer found |
Type | Description |
---|---|
TGIS_LayerAbstract | Layer itself or nil if not found. |