|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.ImageServerLayer
public class ImageServerLayer
Image server layer source and display options.
This object is new at ArcGIS 9.3.
ImageServerLayer is a specific layer created from ArcGIS server image services.
IImageServerLayer,
Serialized Form| Constructor Summary | |
|---|---|
ImageServerLayer()
Constructs a ImageServerLayer using ArcGIS Engine. |
|
ImageServerLayer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageServerLayer theImageServerLayer = (ImageServerLayer) obj; |
|
| Method Summary | |
|---|---|
void |
addExtension(Object ext)
Adds a new extension. |
void |
addILayerEventsListener(ILayerEvents theListener)
addILayerEventsListener. |
boolean |
canCopy()
True if this dataset can be copied. |
boolean |
canDelete()
True if this dataset can be deleted. |
boolean |
canRename()
True if this dataset can be renamed. |
boolean |
connect(IName pOptRepairName)
Connects the layer to its data source. |
IDataset |
copy(String copyName,
IWorkspace copyWorkspace)
Copies this dataset to a new dataset with the specified name. |
void |
createFromDataset(IRasterDataset rasterDataset)
Creates a layer from a RasterDataset object. |
void |
createFromFilePath(String filePath)
Creates a layer from a file path to raster data. |
void |
createFromRaster(IRaster raster)
Creates a layer from a Raster object. |
void |
delete()
Deletes this dataset. |
void |
disconnect()
Disconnects the data from the layer. |
void |
draw(int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Draws the layer to the specified display for the given draw phase. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
IEnvelope |
getAreaOfInterest()
The default area of interest for the layer. |
int |
getBandCount()
Number of bands in the layer. |
short |
getBrightness()
Layer brightness in percent (-100 - 100). |
String |
getBrowseName()
The browse name of the dataset. |
String |
getCategory()
The category of the dataset. |
static String |
getClsid()
getClsid. |
int |
getColumnCount()
Number of columns in the layer. |
String |
getCompression()
The transmission compression. |
int |
getCompressionQuality()
The transmission compression quality. |
short |
getContrast()
Layer contrast in percent (-100 - 100). |
String |
getDataDetails(String bsPadding)
Details of the layer's data. |
IEnvelope |
getDataFrameExtent()
The extent of the dataframe that contains the layer. |
Object |
getDataSource()
Layer’s data source object. |
IName |
getDataSourceName()
Name of the data object for the layer. |
int |
getDisplayResolutionFactor()
Display resolution factor. |
ISelectionSet |
getDisplaySelectionSet()
The selected set of rows from the display table. |
ITable |
getDisplayTable()
The display table. |
Object |
getExtension(int index)
The extension at the specified index. |
int |
getExtensionCount()
Number of extensions. |
IEnvelope |
getExtent()
The extent of the GeoDataset. |
String |
getFilePath()
Filepath of the data source. |
IName |
getFullName()
The associated name object. |
IUID |
getID()
The ID of the object. |
String |
getImageMetadata(String levelOfDetail)
The image metadata xml. |
int |
getLargeImage()
Large image that represents the layer. |
int |
getLargeSelectedImage()
Large image that represents the layer when it is selected. |
double |
getLastMaximumScale()
Last maximum scale setting used by layer. |
double |
getLastMinimumScale()
Last minimum scale setting used by layer. |
double |
getLayerWeight()
Default layer position. |
ILegendGroup |
getLegendGroup(int index)
Legend group at the specified index. |
int |
getLegendGroupCount()
Number of legend groups contained by the object. |
ILegendItem |
getLegendItem()
Optional. |
double |
getMaximumScale()
Maximum scale (representative fraction) at which the layer will display. |
String |
getMetaData(String requestString)
The image service metadata xml. |
double |
getMinimumScale()
Minimum scale (representative fraction) at which the layer will display. |
String |
getMosaicProperties()
The image service mosaic properties xml. |
String |
getName()
The name of the Dataset. |
int |
getPrimaryField()
Layer's primary field. |
String |
getProperty(String name)
Gets the value of the given property. |
IPropertySet |
getPropertySet()
The set of properties for the dataset. |
String |
getPublishingDescription()
The layer description reported to the publisher. |
IRaster |
getRaster()
The assoicated raster. |
String |
getRelativeBase()
Base path used when storing relative path names. |
IRasterRenderer |
getRenderer()
The assoicated raster renderer. |
int |
getRowCount()
Number of rows in the layer. |
IImageServiceInfo |
getServiceInfo()
The image service info. |
String |
getServiceProperties()
The image service properties xml. |
String |
getServiceURL()
The layer’s service URL. |
int |
getSmallImage()
Small image that represents the layer. |
int |
getSmallSelectedImage()
Small image that represents the layer when it is selected. |
ISpatialReference |
getSpatialReference()
The spatial reference of the GeoDataset. |
IEnumDataset |
getSubsets()
Datasets contained within this dataset. |
int |
getSupportedDrawPhases()
Supported draw phases. |
String |
getTipText(double x,
double y,
double tolerance)
Map tip text at the specified location. |
short |
getTransparency()
Layer transparency in percent (0-100). |
int |
getType()
The type of the Dataset. |
String |
getViewpointProperties()
The image service viewpoint properties xml. |
IEnvelope |
getVisibleExtent()
The Visible extent of the layer in the data frame. |
IWorkspace |
getWorkspace()
The workspace containing this dataset. |
int |
hashCode()
the hashcode for this object |
IArray |
identify(IGeometry pGeom)
Identifies objects at the specified location. |
String |
IImageServerLayer2_getServiceInfo()
The image service info xml. |
String |
ILayerGeneralProperties_getLayerDescription()
Description for the layer. |
void |
initialize(String serviceURL)
Initializes the layer with an image service URL. |
boolean |
inWorkspace(IWorkspace workspace)
Returns TRUE if the layer is in the specified workspace. |
boolean |
isCached()
Indicates if the layer needs its own display cache. |
boolean |
isDataSourceAIS()
Indicates if the backend data source is AIS. |
boolean |
isDataSourceSupported(IName name)
Indicates if the specified data object name is supported by the layer. |
boolean |
isDataValid()
Indicates if the data for the layer is currently valid. |
boolean |
isDoesBlending()
Indicates whether the drawing object blends its output with the background. |
boolean |
isDrawingPropsDirty()
Indicates if the layer drawing properties are dirty. |
boolean |
isPyramidPresent()
Indicates if pyramids are present for the layer. |
boolean |
isRequiresBanding()
Indicates whether the output from the drawing object requires banding. |
boolean |
isShowResolution()
Indicates if the image resolution should be displayed in TOC. |
boolean |
isShowTips()
Indicates if the layer shows map tips. |
boolean |
isSupportsBrightnessChange()
Indicates if the layer supports brightness changes. |
boolean |
isSupportsContrastChange()
Indicates if the layer supports contrast changes. |
boolean |
isSupportsInteractive()
Indicates if the layer supports interactive effects changes. |
boolean |
isSupportsPublishing()
Indicates if the layer supports the publishing process. |
boolean |
isSupportsTransparency()
Indicates if the layer supports transparency. |
boolean |
isSymbolsAreGraduated()
Indicates if symbols are graduated. |
boolean |
isUsesFilter()
Indicates if the current object draws using a display filter. |
boolean |
isValid()
Indicates if the layer is currently valid. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
load(IVariantStream stream)
Loads the object properties from the stream. |
void |
prepareForPublishing()
Prepare the layer for the publishing process. |
void |
removeExtension(int index)
Removes the specified extension. |
void |
removeILayerEventsListener(ILayerEvents theListener)
removeILayerEventsListener. |
void |
rename(String name)
Renames this Dataset. |
void |
save(IVariantStream stream)
Saves the object properties to the stream. |
ICursor |
searchDisplayTable(IQueryFilter pQueryFilter,
boolean recycling)
Creates a cursor from the display table based upon the search criteria. |
ISelectionSet |
selectDisplayTable(IQueryFilter pQueryFilter,
int selType,
int selOption,
IWorkspace pSelWorkspace)
Creates a selection set from the display table based upon the search criteria. |
void |
setBrightness(short brightnessValue)
Layer brightness in percent (-100 - 100). |
void |
setBrowseName(String name)
The browse name of the dataset. |
void |
setCached(boolean cached)
Indicates if the layer needs its own display cache. |
void |
setCompression(String pCompression)
The transmission compression. |
void |
setCompressionQuality(int pQuality)
The transmission compression quality. |
void |
setContrast(short contrastValue)
Layer contrast in percent (-100 - 100). |
void |
setDataSourceName(IName name)
Name of the data object for the layer. |
void |
setDisplayResolutionFactor(int pnFactor)
Display resolution factor. |
void |
setDrawingPropsDirty(boolean dirty)
Indicates if the layer drawing properties are dirty. |
void |
setLayerDescription(String text)
Description for the layer. |
void |
setLayerWeight(double layerWeight)
Default layer position. |
void |
setMaximumScale(double maxScale)
Maximum scale (representative fraction) at which the layer will display. |
void |
setMinimumScale(double minScale)
Minimum scale (representative fraction) at which the layer will display. |
void |
setMosaicProperties(String pMosaicProperties)
The image service mosaic properties xml. |
void |
setName(String name)
Layer name. |
void |
setPrimaryField(int pnField)
Layer's primary field. |
void |
setPyramidPresent(boolean pbPyramidPresent)
Indicates if pyramids are present for the layer. |
void |
setRelativeBase(String basePath)
Base path used when storing relative path names. |
void |
setRendererByRef(IRasterRenderer ppRenderer)
The assoicated raster renderer. |
void |
setShowResolution(boolean pShowResolution)
Indicates if the image resolution should be displayed in TOC. |
void |
setShowTips(boolean show)
Indicates if the layer shows map tips. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Spatial reference for the layer. |
void |
setSupportsInteractive(boolean supported)
Indicates if the layer supports interactive effects changes. |
void |
setSymbolsAreGraduated(boolean symbolsAreGraduated)
Indicates if symbols are graduated. |
void |
setTransparency(short alpha)
Layer transparency in percent (0-100). |
void |
setViewpointProperties(String pViewpointProperties)
The image service viewpoint properties xml. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
void |
setVisibleExtent(IEnvelope ppExtent)
The Visible extent of the layer in the data frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ImageServerLayer()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ImageServerLayer(Object obj)
throws IOException
ImageServerLayer theImageServerLayer = (ImageServerLayer) obj;
obj to ImageServerLayer.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addILayerEventsListener(ILayerEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.ILayerEvents interface.
IOException - If there are communications problems.
public void removeILayerEventsListener(ILayerEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.ILayerEvents interface.
IOException - If there are communications problems.
public void initialize(String serviceURL)
throws IOException,
AutomationException
initialize in interface IImageServerLayerserviceURL - The serviceURL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServiceURL()
throws IOException,
AutomationException
getServiceURL in interface IImageServerLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDataSource()
throws IOException,
AutomationException
getDataSource in interface IImageServerLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IImageServiceInfo getServiceInfo()
throws IOException,
AutomationException
getServiceInfo in interface IImageServerLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowResolution()
throws IOException,
AutomationException
isShowResolution in interface IImageServerLayerisShowResolution in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowResolution(boolean pShowResolution)
throws IOException,
AutomationException
setShowResolution in interface IImageServerLayersetShowResolution in interface IRasterLayerpShowResolution - The pShowResolution (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getDataFrameExtent()
throws IOException,
AutomationException
getDataFrameExtent in interface IImageServerLayergetDataFrameExtent in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisibleExtent(IEnvelope ppExtent)
throws IOException,
AutomationException
setVisibleExtent in interface IImageServerLayersetVisibleExtent in interface IRasterLayerppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getVisibleExtent()
throws IOException,
AutomationException
getVisibleExtent in interface IImageServerLayergetVisibleExtent in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCompression()
throws IOException,
AutomationException
getCompression in interface IImageServerLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompression(String pCompression)
throws IOException,
AutomationException
Support LZ77 and JPEG compressions. The string can be "LZ77", "JPEG", or "NONE" (no compression)
setCompression in interface IImageServerLayerpCompression - The pCompression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCompressionQuality()
throws IOException,
AutomationException
getCompressionQuality in interface IImageServerLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressionQuality(int pQuality)
throws IOException,
AutomationException
setCompressionQuality in interface IImageServerLayerpQuality - The pQuality (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRaster getRaster()
throws IOException,
AutomationException
getRaster in interface IImageServerLayergetRaster in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterRenderer getRenderer()
throws IOException,
AutomationException
getRenderer in interface IImageServerLayergetRenderer in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRendererByRef(IRasterRenderer ppRenderer)
throws IOException,
AutomationException
setRendererByRef in interface IImageServerLayersetRendererByRef in interface IRasterLayerppRenderer - A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface ILayergetName in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface ILayername - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws IOException,
AutomationException
The valid property indicates if the layer is currently valid. Layers that reference feature classes are valid when they hold a reference to a valid feature class. The property does not however validate the integrity of the feature classes reference to the database. Therefore, in rare situations if a datasource is removed after a layer is initialized, the layer will report itself as valid but query attempts to the data source will error due to the lack of underlying data.
isValid in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getAreaOfInterest()
throws IOException,
AutomationException
Returns the spatial-referenced extent of the layer.
getAreaOfInterest in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumScale()
throws IOException,
AutomationException
Specifies the minimum scale at which the layer will be displayed. This means that if you zoom out beyond this scale, the layer will not display. For example, specify 1000 to have the layer not display when zoomed out beyond 1:1000.
getMinimumScale in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumScale(double minScale)
throws IOException,
AutomationException
setMinimumScale in interface ILayerminScale - The minScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumScale()
throws IOException,
AutomationException
Specifies the maximum scale at which the layer will be displayed. This means that if you zoom in beyond this scale, the layer will not display. For example, specify 500 to have the layer not display when zoomed in beyond 1:500.
getMaximumScale in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumScale(double maxScale)
throws IOException,
AutomationException
setMaximumScale in interface ILayermaxScale - The maxScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws IOException,
AutomationException
setVisible in interface ILayervisible - The visible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowTips()
throws IOException,
AutomationException
Indicates whether or not map tips are shown for the layer. If set to True, then map tips will be shown for the layer. You can determine the text that will be shown via TipText. For a FeatureLayer, this text comes from the data for IFeatureLayer::DisplayField.
isShowTips in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowTips(boolean show)
throws IOException,
AutomationException
setShowTips in interface ILayershow - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTipText(double x,
double y,
double tolerance)
throws IOException,
AutomationException
getTipText in interface ILayerx - The x (in)y - The y (in)tolerance - The tolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCached()
throws IOException,
AutomationException
This property indicates whether or not the layer requires its own display cache. If this property is True, then the Map will use a separate display cache for the layer so that it can be refreshed indpendently of other layers.
The Map is responsible for cache management. See IScreenDisplay::AddCache for more information on caches.
isCached in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCached(boolean cached)
throws IOException,
AutomationException
Informational property. Container is responsible for cache management.
setCached in interface ILayercached - The cached (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSupportedDrawPhases()
throws IOException,
AutomationException
Indicates the draw phases supported by the layer (esriDPGeography, esriDPAnnotation, esriDPSelection, or any combination of the three). The supported draw phases are defined by esriDrawPhase. When multiple draw phases are supported, the sum of the constants is used. For example, if SupportedDrawPhases = 3 then the layer supports drawing in the geography and annotation phases.
getSupportedDrawPhases in interface ILayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference rhs1)
throws IOException,
AutomationException
This property is only used for map display, setting this property does not change the spatial reference of the layer's underlying data. The ArcGIS framework uses this property to pass the spatial reference from the map to the layer in order to support on-the-fly projection.
setSpatialReferenceByRef in interface ILayerrhs1 - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
throws IOException,
AutomationException
This method draws the layer to the Display for the specified DrawPhase. Use the TrackCancel object to allow the drawing of the layer to be interrupted by the user.
draw in interface ILayerdrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String IImageServerLayer2_getServiceInfo()
throws IOException,
AutomationException
IImageServerLayer2_getServiceInfo in interface IImageServerLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServiceProperties()
throws IOException,
AutomationException
getServiceProperties in interface IImageServerLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMetaData(String requestString)
throws IOException,
AutomationException
Gets the metadata of the image service in xml format.
getMetaData in interface IImageServerLayer2requestString - The requestString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getImageMetadata(String levelOfDetail)
throws IOException,
AutomationException
getImageMetadata in interface IImageServerLayer2levelOfDetail - The levelOfDetail (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getProperty(String name)
throws IOException,
AutomationException
getProperty in interface IImageServerLayer2name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDataSourceAIS()
throws IOException,
AutomationException
isDataSourceAIS in interface IImageServerLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMosaicProperties()
throws IOException,
AutomationException
getMosaicProperties in interface IImageServerLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicProperties(String pMosaicProperties)
throws IOException,
AutomationException
setMosaicProperties in interface IImageServerLayer2pMosaicProperties - The pMosaicProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getViewpointProperties()
throws IOException,
AutomationException
getViewpointProperties in interface IImageServerLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setViewpointProperties(String pViewpointProperties)
throws IOException,
AutomationException
setViewpointProperties in interface IImageServerLayer2pViewpointProperties - The pViewpointProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws IOException,
AutomationException
This property is read only. For layers, when the first layer is added to ArcMap, its spatial reference is read by this property, and the map is set to this spatial reference.
Instances of the esriCarto.GroupLayer class will return null for this property, as a group layer can contain multiple datasets with different spatial references.
Modifications to a spatial reference returned by this property will not be persisted. To modify the spatial reference of a dataset, the IGeoDatasetSchemaEdit and IGeoDatasetSchemaEdit2 interfaces should be used.
getSpatialReference in interface IGeoDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws IOException,
AutomationException
The IGeoDataset::Extent property returns an envelope representing the maximum extent of data which has been stored in the dataset.
Consider the following scenario. A new feature class has features added to it. The IGeoDataset::Extent is then requested and an envelope is returned. The extents of the envelope returned are represented by the red box in the image below.
If a portion of the features were then deleted and the extent is again requested an envelope with the exact same extents as during the first request would be returned (see image below). This is because the deletion of features does not shrink the extent. However all additions of features outside the red box would increase the envelope returned to encompass the newly added features.
If you would like to update the IGeoDataset::Extent property to reflect the current features in your dataset please see IFeatureClassManage::UpdateExtent (also see IFeatureClassLoad). In the image below the extent has been updated and a new envelope is being returned.
ESRI's GroupLayer implements this property differently from most other layer coclasses. When you instantiate a new GroupLayer, this property will return a valid envelope with zero height and width. With most other newly instantiated layers (for example FeatureLayer, RasterLayer, TinLayer), this property initally returns Nothing.
getExtent in interface IGeoDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getID()
throws IOException,
AutomationException
Returns a UID or a the fully-qualified class name of your class.
getID in interface IPersistVariantIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IVariantStream stream)
throws IOException,
AutomationException
The Load method must read the data from the stream in the same order the data was written to the stream in the Save method.
Streams are sequential; you must ensure that your data is saved and loaded in the correct order, so that the correct data is written to the correct member.
load in interface IPersistVariantstream - A reference to a com.esri.arcgis.system.IVariantStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IVariantStream stream)
throws IOException,
AutomationException
The Load method must read the data from the stream in the same order the data was written to the stream in the Save method.
Streams are sequential; you mut ensure that your data is saved and loaded in the correct order, so that the correct data is written to the correct member.
save in interface IPersistVariantstream - A reference to a com.esri.arcgis.system.IVariantStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray identify(IGeometry pGeom)
throws IOException,
AutomationException
When the IIdentify interface is on a map layer, the Identify method returns an array of FeatureIdentifyObject objects.
On a FeatureIdentifyObject, you can do a QI to the IIdentifyObj interface to get more information about the identified feature. The IIdentifyObj interface returns the window handle, layer, and name of the feature; it has methods to flash the feature in the display and to display a context menu at the Identify location.
This method performs an identify operation with the provided geometry. When identifying layers, typically a small envelope is passed in rather than a point to account for differences in the precision of the display and the feature geometry.
identify in interface IIdentifypGeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallImage()
throws IOException,
AutomationException
The icon used to represent the layer in ArcCatalog's 'List' and 'Details' views.
getSmallImage in interface ILayerInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallSelectedImage()
throws IOException,
AutomationException
The icon used to represent the layer when it is selected in ArcCatalog's 'List' and 'Details' views.
getSmallSelectedImage in interface ILayerInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeImage()
throws IOException,
AutomationException
The icon used to represent the layer in ArcCatalog's 'Large Icon' view.
getLargeImage in interface ILayerInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeSelectedImage()
throws IOException,
AutomationException
The icon used to represent the layer when it is selected in ArcCatalog's 'Large Icon' view.
getLargeSelectedImage in interface ILayerInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getDataSourceName()
throws IOException,
AutomationException
getDataSourceName in interface IDataLayergetDataSourceName in interface IDataLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSourceName(IName name)
throws IOException,
AutomationException
setDataSourceName in interface IDataLayersetDataSourceName in interface IDataLayer2name - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDataSourceSupported(IName name)
throws IOException,
AutomationException
isDataSourceSupported in interface IDataLayerisDataSourceSupported in interface IDataLayer2name - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean connect(IName pOptRepairName)
throws IOException,
AutomationException
connect in interface IDataLayerconnect in interface IDataLayer2pOptRepairName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRelativeBase()
throws IOException,
AutomationException
The RelativeBase property is used internally when persisting and loading documents with a relative path. When a document has been fully loaded the path is realized to a complete path.
getRelativeBase in interface IDataLayergetRelativeBase in interface IDataLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRelativeBase(String basePath)
throws IOException,
AutomationException
setRelativeBase in interface IDataLayersetRelativeBase in interface IDataLayer2basePath - The basePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void disconnect()
throws IOException,
AutomationException
disconnect in interface IDataLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean inWorkspace(IWorkspace workspace)
throws IOException,
AutomationException
inWorkspace in interface IDataLayer2workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsTransparency()
throws IOException,
AutomationException
isSupportsTransparency in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsContrastChange()
throws IOException,
AutomationException
isSupportsContrastChange in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsBrightnessChange()
throws IOException,
AutomationException
isSupportsBrightnessChange in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSupportsInteractive(boolean supported)
throws IOException,
AutomationException
setSupportsInteractive in interface ILayerEffectssupported - The supported (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsInteractive()
throws IOException,
AutomationException
isSupportsInteractive in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getTransparency()
throws IOException,
AutomationException
When you set Transparency for a FeatureLayer, a TransparencyDisplayFilter is created and applied to the layer. You can accomplish the same effect by manually creating a new TransparencyDisplayFilter using IDisplayFilter, and then assigning it to a layer using IDisplayFilterManager.
getTransparency in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparency(short alpha)
throws IOException,
AutomationException
setTransparency in interface ILayerEffectsalpha - The alpha (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getContrast()
throws IOException,
AutomationException
getContrast in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContrast(short contrastValue)
throws IOException,
AutomationException
setContrast in interface ILayerEffectscontrastValue - The contrastValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getBrightness()
throws IOException,
AutomationException
getBrightness in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrightness(short brightnessValue)
throws IOException,
AutomationException
setBrightness in interface ILayerEffectsbrightnessValue - The brightnessValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUsesFilter()
throws IOException,
AutomationException
The UsesFilter property returns true when the object in question will draw with a filter. Drawing with a filter means means that an object that would normally draw as vector graphics will instead draw as raster. The UsesFilter property is particularly useful for detecting vector map layers that will be rasterized at time of print or export.
isUsesFilter in interface IDisplayAdminisUsesFilter in interface IDisplayAdmin2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRequiresBanding()
throws IOException,
AutomationException
isRequiresBanding in interface IDisplayAdmin2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDoesBlending()
throws IOException,
AutomationException
isDoesBlending in interface IDisplayAdmin2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExtensionCount()
throws IOException,
AutomationException
getExtensionCount in interface ILayerExtensionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getExtension(int index)
throws IOException,
AutomationException
getExtension in interface ILayerExtensionsindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addExtension(Object ext)
throws IOException,
AutomationException
addExtension in interface ILayerExtensionsext - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeExtension(int index)
throws IOException,
AutomationException
removeExtension in interface ILayerExtensionsindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDrawingPropsDirty()
throws IOException,
AutomationException
isDrawingPropsDirty in interface ILayerDrawingPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrawingPropsDirty(boolean dirty)
throws IOException,
AutomationException
setDrawingPropsDirty in interface ILayerDrawingPropertiesdirty - The dirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLastMinimumScale()
throws IOException,
AutomationException
getLastMinimumScale in interface ILayerGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLastMaximumScale()
throws IOException,
AutomationException
getLastMaximumScale in interface ILayerGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String ILayerGeneralProperties_getLayerDescription()
throws IOException,
AutomationException
ILayerGeneralProperties_getLayerDescription in interface ILayerGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerDescription(String text)
throws IOException,
AutomationException
setLayerDescription in interface ILayerGeneralPropertiestext - The text (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLayerWeight()
throws IOException,
AutomationException
The LayerWeight property defines the weight of the layer in the auto arrange order. During auto arrange, the higher weight layers are added to the map first, which means they draw lower in the draw order.
Default weights for layers are these values:
Annotation layers = 97
Points layers = 98
Polyline layers = 99
Polygon Layers = 100
getLayerWeight in interface ILayerPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerWeight(double layerWeight)
throws IOException,
AutomationException
setLayerWeight in interface ILayerPositionlayerWeight - The layerWeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsPublishing()
throws IOException,
AutomationException
isSupportsPublishing in interface IPublishLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPublishingDescription()
throws IOException,
AutomationException
getPublishingDescription in interface IPublishLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDataValid()
throws IOException,
AutomationException
isDataValid in interface IPublishLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataDetails(String bsPadding)
throws IOException,
AutomationException
getDataDetails in interface IPublishLayerbsPadding - The bsPadding (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void prepareForPublishing()
throws IOException,
AutomationException
prepareForPublishing in interface IPublishLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getDisplayTable()
throws IOException,
AutomationException
getDisplayTable in interface IDisplayTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor searchDisplayTable(IQueryFilter pQueryFilter,
boolean recycling)
throws IOException,
AutomationException
QueryFilter specifies an IQueryFilterObject to be used for the search.
Recycling specifies whether the resulting cursor is recycling or non-recycling. Use True for recycling cursor and False for a non-recycling cursor.
If there is a definition query set on the layer or table, the SearchDisplayTable method will work on the subset of rows that meet the definition criteria. Otherwise, it will search the whole table.
SearchDisplayTable will return an ICursor with all of the rows that satisfy some attribute and/or spatial query as specified by an IQueryFilter object. If Nothing is given as the IQueryFilter, then the cursor will have all of the rows from the table.
This SearchDisplayTable method will also work on joined fields if you qualify the field names. For example, if you want to search a field called "Pop1990" from a joined table called "Demog", you should used "Demog.Pop1990" for the field name in the query filter used in the search method.
The Recycling parameter controls row object allocation behavior. Recycling cursors rehydrate a single row object on each fetch and can be used to optimize read-only access, for example, when drawing. It is illegal to maintain a reference on a row object returned by a recycling cursor across multiple calls to NextRow on the cursor. Row objects returned by a recycling cursor should not be modified.
Non-recycling cursors return a separate row object on each fetch. The objects returned by a non-recycling cursor may be modified and stored with polymorphic behavior. The geodatabase guarantees 'unique instance semantics' on non-recycling feature objects fetched during an edit session.
Recycling cursors should be used only for drawing and read-only access to object state. Use non-recycling search cursors to fetch objects that are to be updated.
searchDisplayTable in interface IDisplayTablepQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet selectDisplayTable(IQueryFilter pQueryFilter,
int selType,
int selOption,
IWorkspace pSelWorkspace)
throws IOException,
AutomationException
selectDisplayTable in interface IDisplayTablepQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)selType - A com.esri.arcgis.geodatabase.esriSelectionType constant (in)selOption - A com.esri.arcgis.geodatabase.esriSelectionOption constant (in)pSelWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet getDisplaySelectionSet()
throws IOException,
AutomationException
getDisplaySelectionSet in interface IDisplayTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLegendGroupCount()
throws IOException,
AutomationException
The number of legend groups is determined by the implementation of the renderer, consequently this property is read only. For example, SimpleRenderer has one group, while a BiUniqueValueRenderer has any number of groups.
getLegendGroupCount in interface ILegendInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILegendGroup getLegendGroup(int index)
throws IOException,
AutomationException
getLegendGroup in interface ILegendInfoindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILegendItem getLegendItem()
throws IOException,
AutomationException
Layer or renderer legend information is further formatted for display in ArcMap legends. A renderer can override this formatting by returning a LegendItem for this property. ESRI renderers typically do not return anything for this property. With this configuration, legend formatting becomes a user or developer choice on the legend object.
getLegendItem in interface ILegendInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSymbolsAreGraduated()
throws IOException,
AutomationException
Indicates whether the symbols used for a layer or renderer's legend vary by size.
For example the proportional symbol renderer returns True for this property.
You can use this property to distinguish between a layer symbolized with graduated color or graduated symbol type layer symbology. Both of these symbolizations use a ClassBreaksRenderer, but only a graduated symbol symbolization will return True for this property.
isSymbolsAreGraduated in interface ILegendInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolsAreGraduated(boolean symbolsAreGraduated)
throws IOException,
AutomationException
setSymbolsAreGraduated in interface ILegendInfosymbolsAreGraduated - The symbolsAreGraduated (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilePath()
throws IOException,
AutomationException
getFilePath in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createFromRaster(IRaster raster)
throws IOException,
AutomationException
createFromRaster in interface IRasterLayerraster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createFromDataset(IRasterDataset rasterDataset)
throws IOException,
AutomationException
createFromDataset in interface IRasterLayerrasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createFromFilePath(String filePath)
throws IOException,
AutomationException
createFromFilePath in interface IRasterLayerfilePath - The filePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBandCount()
throws IOException,
AutomationException
getBandCount in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumnCount()
throws IOException,
AutomationException
getColumnCount in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRowCount()
throws IOException,
AutomationException
getRowCount in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPyramidPresent()
throws IOException,
AutomationException
isPyramidPresent in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPyramidPresent(boolean pbPyramidPresent)
throws IOException,
AutomationException
setPyramidPresent in interface IRasterLayerpbPyramidPresent - The pbPyramidPresent (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrimaryField(int pnField)
throws IOException,
AutomationException
setPrimaryField in interface IRasterLayerpnField - The pnField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPrimaryField()
throws IOException,
AutomationException
The PrimaryField property controls the field that provides map tips and the field that appears in the left pane of the Identify window. The integer property value represents the column number of the selected field, where the value field equals 1.
getPrimaryField in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayResolutionFactor(int pnFactor)
throws IOException,
AutomationException
setDisplayResolutionFactor in interface IRasterLayerpnFactor - The pnFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayResolutionFactor()
throws IOException,
AutomationException
getDisplayResolutionFactor in interface IRasterLayerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getFullName()
throws IOException,
AutomationException
getFullName in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getBrowseName()
throws IOException,
AutomationException
getBrowseName in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrowseName(String name)
throws IOException,
AutomationException
setBrowseName in interface IDatasetname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws IOException,
AutomationException
// Assume we have a reference to an IfeatureClass (pFeatureClass) IDataset pDataset = null;
pDataset = new IDatasetProxy(pFeatureClass);
System.out.println(pDataset.getName() + " " + pDataset.getType());
if(pFeatureClass != null){
pDataset = pFeatureClass.getFeatureDataset();
System.out.println(pDataset.getName() + " " + pDataset.getType());
}
pDataset = new IDatasetProxy(pDataset.getWorkspace());
System.out.println(pDataset.getName() + " " +
pDataset.getType());
getType in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCategory()
throws IOException,
AutomationException
IDataset::Category returns a description of the category of the dataset. The description returned from the Category property is the same value that is displayed in the Type column within the Contents tab in ArcCatalog. The value will contain a description of the dataset such as "Topology" prefixed with a description of the type of workspace containing the dataset such as "File Geodatabase".
The description returned from IDataset::Category may change between releases of ArcGIS. In addition to this, returned strings are localized, meaning that code relying on a specific string being provided may fail when deployed with a different version of ArcGIS than it was developed with, or when deployed to a client using a different language than it was developed with.
getCategory in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDataset getSubsets()
throws IOException,
AutomationException
The Subsets property returns other Dataset objects contained in this dataset.
IDataset::Subsets is not supported for Graph objects such as a Geometric Network. To return the feature classes contained in a Geometric Network, use the IFeatureClassContainer interface.
getSubsets in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getWorkspace()
throws IOException,
AutomationException
The Workspace property returns the containing workspace for this dataset.
getWorkspace in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPropertySet()
throws IOException,
AutomationException
The PropertySet property is used to return any additional intrinsic properties (but not metadata properties) that may apply to the dataset. One use of this property is to distinguish between the types of File Geodatabase datafile formats. If called on a Feature Class or Table in a File Geodatabase the Datafile Format property can either be esriFGDBStandardDatafile or esriFGDBCompressedDatafile.
Most datasets do not implement this property and will either raise an error or return a null value if it's called. There are a handful of exceptions that will return property sets; these include the datasets from file geodatabases (as mentioned above) and coverages.
Examples of intrinsic properties for which explicit methods exist include the SpatialReference and the Extent methods available on the IGeoDataset interface. In most cases this PropertySet will be empty.
IDataset::PropertySet is not supported for Graph objects such as a Geometric Network.
getPropertySet in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canCopy()
throws IOException,
AutomationException
The CanCopy, CanDelete, and CanRename properties are meant to be used in conjunction with the Copy, Delete, and Rename methods and signify whether a dataset is supported by these methods. For example, you may not delete a network feature class nor can you use the Copy method on a Geodatabase feature class. To copy Geodatabase datasets, including feature classes, geometric networks, topologies, etc., use the IGeoDBDataTransfer interface.
The CanCopy method is supported by:
canCopy in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset copy(String copyName,
IWorkspace copyWorkspace)
throws IOException,
AutomationException
IDataset::Copy should only be used with datasets from file-based data sources, such as shapefiles and coverages.
copy in interface IDatasetcopyName - The copyName (in)copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canDelete()
throws IOException,
AutomationException
The CanCopy, CanDelete, and CanRename properties are meant to be used in conjunction with the Copy, Delete, and Rename methods and signify whether a dataset is supported by these methods. For example, you may not delete a network feature class nor can you use the Copy method on a Geodatabase feature class. To copy Geodatabase datasets, including feature classes, geometric networks, topologies, etc., use the IGeoDBDataTransfer interface.
canDelete in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
Certain feature classes, such as network and topology feature classes, cannot be deleted until their containing objects are deleted.
delete in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canRename()
throws IOException,
AutomationException
The CanCopy, CanDelete, and CanRename properties are meant to be used in conjunction with the Copy, Delete, and Rename methods and signify whether a dataset is supported by these methods. For example, you may not delete or rename a network feature class nor can you use the Copy method on a Geodatabase feature class. To copy Geodatabase datasets, including feature classes, geometric networks, topologies, etc., use the IGeoDBDataTransfer interface.
canRename in interface IDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rename(String name)
throws IOException,
AutomationException
IDataset::Rename does not support the renaming of Graph objects such as a Geometric Network. In addition, certain feature classes, such as network feature classes, cannot be renamed.
rename in interface IDatasetname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 | ||||||||