com.esri.arcgis.geodatabase
Interface IGeoDatasetSchemaEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeoDatasetSchemaEdit2
All Known Implementing Classes:
CompositeGraphicsLayer, FeatureDataset, IGeoDatasetSchemaEdit2Proxy, IGeoDatasetSchemaEditProxy, LasDataset, NetworkDataset, RasterDataset, SchematicDiagramClass, SchematicInMemoryFeatureClass, Tin

public interface IGeoDatasetSchemaEdit
extends java.io.Serializable

COM Interface 'IGeoDatasetSchemaEdit'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that change the schema of a GeoDataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6b267c02_28cc_11d3_9f67_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alterSpatialReference(ISpatialReference spatialReference)
          Alters the spatial reference of the dataset to match the coordinate system of the input spatial reference, does not reproject the data.
 boolean isCanAlterSpatialReference()
          Indicates if the spatial reference of the dataset can be altered.
 

Field Detail

IID6b267c02_28cc_11d3_9f67_00c04f6bdf0c

static final int IID6b267c02_28cc_11d3_9f67_00c04f6bdf0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCanAlterSpatialReference

boolean isCanAlterSpatialReference()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the spatial reference of the dataset can be altered.

Returns:
The canAlter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterSpatialReference

void alterSpatialReference(ISpatialReference spatialReference)
                           throws java.io.IOException,
                                  AutomationException
Alters the spatial reference of the dataset to match the coordinate system of the input spatial reference, does not reproject the data.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.