DK11 for Java | tatukgis.jdk.TGIS_ConfigFactory.CreateConfig | Methods
Create a config instance based on a path extension.
// Java public static TGIS_Config CreateConfig( TObject _layer, java.lang.String _path );
// Oxygene public class function CreateConfig( _layer : TObject; _path : String ) : TGIS_Config;
Name | Type | Description |
---|---|---|
_layer | TObject | pointer to layer object |
_path | java.lang.String String | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |
Type | Description |
---|---|
TGIS_Config | new config instance |