|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerrainAsciiDataImporter2
Provides access to members that handle importing terrain source data in ASCII format.
This interface is new at ArcGIS 9.3. It supersedes ITerrainAsciiDataImporter.
Method Summary | |
---|---|
int |
getDecimalPointType()
ASCII data decimal point type. |
void |
setDecimalPointType(int pType)
ASCII data decimal point type. |
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainAsciiDataImporter |
---|
getFileFormat, setFileFormat |
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataImporter |
---|
addFile, addFolder, esri_import, getDataExtent, getMaxShapePointCount, getPointCount, overwriteMaxShapePointCount, setEmpty, setSourceDataSpatialReference |
Method Detail |
---|
void setDecimalPointType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.geodatabaseextensions.esriTerrainDecimalSeparatorType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDecimalPointType() throws IOException, AutomationException
Specifies whether the symbol used to mark the boundary between the integer and the fractional parts of a decimal numeral is a point or a comma. The default is point.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |