| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ImportFeatAttributes | GetAttributes
()
Get method for attribute "Attributes" The attribute for the import feature. |
| CoordSystem | GetCsys
()
Get method for attribute "Csys" The co-ordinate system from feature data. |
| String | GetFileName
()
Get method for attribute "FileName" The imported feature file name. |
| IntfType | GetIntfType
()
Get method for attribute "IntfType" The imported feature type. |
| Method Detail |
|---|
| GetIntfType |
|---|
| IntfType | GetIntfType | () |
The imported feature type.
|
| GetFileName |
|---|
| String | GetFileName | () |
The imported feature file name.
|
| GetCsys |
|---|
| CoordSystem | GetCsys | () |
The co-ordinate system from feature data.
|
| GetAttributes |
|---|
| ImportFeatAttributes | GetAttributes | () |
The attribute for the import feature.
|