|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeFactory
Provides access to members that control a raster type factory.
Method Summary | |
---|---|
IRasterType |
createRasterType(String rasterTypeName)
Creates a raster type object given a name. |
IUID |
getCLSID()
The COM class ID of the raster type factory. |
String |
getName()
The name of the raster type factory. |
IStringArray |
getRasterTypeNames()
The raster type names created by this factory. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getRasterTypeNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterType createRasterType(String rasterTypeName) throws IOException, AutomationException
rasterTypeName
- The rasterTypeName (in)
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 |