|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerrainEmbeddedDataSource2
Provides access to members associated with embedded data sources.
Method Summary | |
---|---|
ITerrainFieldStatistics |
getFieldStatistics(String fieldName)
Returns the statistics of the specified Terrain blob field. |
IArray |
getReservedFieldStatistics()
Returns the statistics of all the Terrain blob fields. |
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainEmbeddedDataSource |
---|
getName, getReservedFields, isToBeEmbedded, setName, setReservedFields, setToBeEmbedded |
Method Detail |
---|
ITerrainFieldStatistics getFieldStatistics(String fieldName) throws IOException, AutomationException
Returns statistics for an attribute in a feature class that's embedded in a terrain dataset.
FieldName indicates which field to return statistics for. A NULL is returned if the field doesn't exist. An empty object is returned if statistics have yet to be calculated for the field. Test for that case using ITerrainFieldStatistics.IsEmpty.
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getReservedFieldStatistics() throws IOException, AutomationException
Returns statistics for attributes in an feature class that's embedded in a terrain dataset.
The array that's returned contains a TerrainFieldStatistics object for each attribute. A NULL is returned for the array if there are no attributes.
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 |