|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
public class TemporalFeatureLayer
Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.
This object extends ESRI's feature layer by adding another interface and changing the selection and drawing behavior to accommodate feature classes with temporal characteristics. In addition it supports some new drawing phases that allow efficient drawing of dynamically changing data or temporal attribution. The Temporal Feature Layer is capable of using any feature class, existing ESRI feature classes or real-time feature classes. This object makes a temporal index of the feature class in memory and uses this temporal index to obtain features for displaying, identification, {TBD}, etc… In addition it enables the user to control whether or not to cache these features and how much to cache about the temporal period of interest. All ESRI feature layers allow caching of the display drawn in one of the systems display cache and this object is no different. This enable us to cache the display and if there are not any changes then we don't have to re-render the features thus reducing the processing it takes to re-draw the feature class.
This object extends the ESRI drawing phase concept by introducing support for a new phase that enable just the changes to be drawn. This phase effectively just re-draws the features that have changed temporal symbology due to a change in the temporal reference property, features that should no longer be drawn are drawn with a neutral color determined by the temporal renderer. The temporal renderer effectively performs the drawing however the information about symbol changes are stored in the Temporal Records, one of this object's internal objects.
Constructor Summary | |
---|---|
TemporalFeatureLayer()
Constructs a TemporalFeatureLayer using ArcGIS Engine. |
|
TemporalFeatureLayer(Object obj)
Construct a TemporalFeatureLayer using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
add(IFeature feature)
Adds a feature to the selection set. |
void |
addExtension(Object ext)
Adds a new extension. |
void |
addField(IField field)
Adds a field to this object class. |
void |
addILayerEventsListener(ILayerEvents theListener)
addILayerEventsListener. |
void |
addIndex(IIndex index)
Adds an index to this object class. |
void |
addIObjectClassSchemaEventsListener(IObjectClassSchemaEvents theListener)
addIObjectClassSchemaEventsListener. |
void |
addRow(IRow row)
Adds a row to the selection set (honoring the current combination method). |
boolean |
applies(Object pUnk)
Indicates if the receiver can apply the given object at any given time. |
Object |
apply(Object newObject)
Applies the given property to the receiver and returns the old object. |
boolean |
canApply(Object pUnk)
Indicates if the receiver can apply the given object at that particular moment. |
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. |
void |
clear()
Clears the selection. |
boolean |
connect(IName pOptRepairName)
Connects the layer to its data source. |
Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
IDataset |
copy(String copyName,
IWorkspace copyWorkspace)
Copies this dataset to a new dataset with the specified name. |
IRow |
createRow()
Creates a row in the database with a system assigned object ID and null property values. |
IRowBuffer |
createRowBuffer()
Creates a row buffer that can be used with an insert cursor. |
IFeatureLayer |
createSelectionLayer(String layerName,
boolean useCurrentSelection,
String joinTableNames,
String expression)
Creates a new feature layer from the existing layer based on the current selection and the specified query expression. |
void |
delete()
Deletes this dataset. |
void |
deleteField(IField field)
Deletes a field from this object class. |
void |
deleteIndex(IIndex index)
Deletes an index from this object class. |
void |
deleteSearchedRows(IQueryFilter queryFilter)
Delete the Rows in the database selected by the specified query. |
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 |
drawDynamicLayer(int dynamicDrawPhase,
IDisplay display,
IDynamicDisplay dynamicDisplay)
Draws the layer to the specified display for the given draw phase. |
void |
drawImmediate(IGlobeViewer pGlobeViewer)
For custom OpenGL layers, perform immediate drawing. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
expandRegionForSymbols(IDisplay display,
IGeometry region)
Expands the given geometry by an amount that will include the layer's symbology for the given display. |
IArray |
find(String search,
boolean contains,
Object fields,
ITrackCancel trackCancel)
Finds the specified search string in the given attribute fields. |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
String |
findDisplayString(IObject pObject)
Finds the display string for the given feature based on the current expression properties. |
int |
findField(String fieldName)
Returns the index of the field with the specified name. |
IActionCollection |
getActionCollection()
The collection of action objects for this temporal layer. |
String |
getAMDesignator()
String for the AM designator. |
IAnnotateLayerPropertiesCollection |
getAnnotationProperties()
Annotation properties. |
IUID |
getAnnotationPropertiesID()
The UID used for annotation properties. |
IEnvelope |
getAreaOfInterest()
The default area of interest for the layer. |
ITable |
getAttributeTable()
The attribute table. |
short |
getBrightness()
Layer brightness in percent (-100 - 100). |
String |
getBrowseName()
The browse name of the dataset. |
double |
getBufferDistance()
Buffer distance used for the selection. |
String |
getCategory()
The category of the dataset. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IUID |
getCLSID()
The GUID for the COM Class (CoClass) corresponding to instances of this object class. |
int |
getCombinationMethod()
Combination method for the selection. |
short |
getContrast()
Layer contrast in percent (-100 - 100). |
Object |
getCurrent(Object pUnk)
The object currently being used. |
String |
getCurrentZone()
The current Time Zone. |
ITimeExtent |
getCustomTimeExtent()
Custom time extent during which a layer is visible. |
String |
getDataDetails(String bsPadding)
Details of the layer's data. |
IName |
getDataSourceName()
Name of the data object for the layer. |
String |
getDataSourceType()
Data source type. |
String |
getDateStyleFormat()
Date style used when parsing the date portion of a time string in the temporal column. |
String |
getDefinitionExpression()
Definition query expression for the existing layer. |
ISelectionSet |
getDefinitionSelectionSet()
The selection set that defines the subset of features in a selection layer. |
IFeatureClass |
getDisplayFeatureClass()
Feature class used for display operations (may include joined fields). |
String |
getDisplayField()
Primary display field. |
IDisplayFilter |
getDisplayFilter()
The display filter. |
ISelectionSet |
getDisplaySelectionSet()
The selected set of rows from the display table. |
ITable |
getDisplayTable()
The display table. |
int |
getDrawType()
The custom draw method. |
int |
getDynamicRecompileRate()
Recompile Rate is the interval in milliseconds by which the dynamic layer draw method will be called, with the compiled draw phase. |
IColor |
getElevatedLinesColor()
Specifies the color of the elevated lines. |
double |
getElevatedLinesLength()
Indicates the length of the elevated lines. |
int |
getElevatedLinesLengthUnits()
Indicates the units for the length of the elevated line. |
IColor |
getElevatedLinesPointColor()
Specifies the color of the point located at the base of the elevated lines. |
double |
getElevatedLinesPointWidth()
Indicates the width of the point located at the base of the elevated lines. |
int |
getElevatedLinesStyle()
Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe. |
double |
getElevatedLinesWidth()
Indicates the width of the elevated lines in pixels. |
String |
getEndTimeFieldName()
Name of the field that has end time for a row. |
String |
getEventIDFieldName()
Indicates the field containing the EventID information for the data. |
IFeatureIDSet |
getExclusionSet()
The set of features that are excluded from drawing. |
IDisplayExpressionProperties |
getExpressionProperties()
Properties that describe the display expression. |
IUID |
getEXTCLSID()
The GUID for the COM Class (CoClass) corresponding to the class extension for this object class. |
Object |
getExtension()
The extension for this object class. |
Object |
getExtension(int index)
The extension at the specified index. |
int |
getExtensionCount()
Number of extensions. |
IPropertySet |
getExtensionProperties()
The extension properties for this object class. |
IEnvelope |
getExtent()
The extent of the GeoDataset. |
int |
getFeatureCacheWindow()
Determines the number of features to cache if the CacheFeatures property is true. |
IFeatureClass |
getFeatureClass()
The layer's feature class. |
IField |
getField(int index)
The field at the specified index. |
int |
getFieldCount()
The number of fields. |
IFieldInfo |
getFieldInfo(int index)
Extended field information for the field at the specified index. |
IFields |
getFields()
The fields collection for this object class. |
String |
getFindDisplayField()
The display field. |
Object |
getFindFields()
The attribute fields. |
IName |
getFullName()
The associated name object. |
ITimeExtent |
getFullTimeExtent()
Returns the time extent for all the data in the layer. |
String |
getHotlinkField()
Field used for hotlinks. |
int |
getHotlinkType()
Hotlink type. |
String |
getHTMLOutput(IFeature pFeature)
The content is the XML text for the input feature. |
int |
getHTMLPresentationStyle()
Indicates the content formating style for the HTML Popup tool. |
String |
getHTMLRedirectField()
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
String |
getHTMLRedirectFieldPrefix()
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
String |
getHTMLRedirectFieldSuffix()
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
String |
getHTMLXSLStylesheet()
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
IIndexes |
getIndexes()
The indexes collection for this object class. |
String |
getLabelFieldName()
Name of the field whose contents will be used as the tracking label for the layer. |
int |
getLanguageLocaleID()
Language ID used to parse dates from string values. |
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. |
IColor |
getLeaderLinesColor()
Specifies the color of the leader line. |
double |
getLeaderLinesWidth()
Indicates the width of the leader lines in pixels. |
ILegendGroup |
getLegendGroup(int index)
Legend group at the specified index. |
int |
getLegendGroupCount()
Number of legend groups contained by the object. |
ILegendItem |
getLegendItem()
Optional. |
int |
getMapLevel()
Current map level for drawing multi-level symbols. |
double |
getMaximumScale()
Maximum scale (representative fraction) at which the layer will display. |
double |
getMinimumCellSize()
For rasterized types, defines highest resolution. |
double |
getMinimumScale()
Minimum scale (representative fraction) at which the layer will display. |
String |
getName()
Layer name. |
double |
getOffsetAngle()
Indicates angle of offset for labels as they draw next to events on the map display. |
String |
getOIDFieldName()
The name of the field corresponding to the OID. |
short |
getPixelOffset()
Indicates amount of offset between feature and label as they draw to the map display. |
String |
getPMDesignator()
String for the PM designator. |
IPropertySet |
getPropertySet()
The set of properties for the dataset. |
String |
getPublishingDescription()
The layer description reported to the publisher. |
IRelationshipClass |
getRelationshipClass()
The current relationship class used to display related fields. |
String |
getRelativeBase()
Base path used when storing relative path names. |
int |
getRelativeTimeColor()
Indicates a relative color differential based on temporal class characteristics. |
ITemporalOperator |
getRelativeTimeOperator()
The relative time operator, containing the temporal offset to adjust the temporal values of this temporal layer. |
IFeatureRenderer |
getRenderer()
Controls the temporal renderer for the layer. |
IUID |
getRendererPropertyPageClassID()
Class id of the property page for the renderer. |
IRow |
getRow(int oID)
The row from the database with the specified object ID. |
ICursor |
getRows(Object oids,
boolean recycling)
The cursor of rows based on a set of object ids. |
IColor |
getSelectionColor()
Selection color. |
ISelectionSet |
getSelectionSet()
The selected set of features. |
ISymbol |
getSelectionSymbol()
Selection symbol. |
int |
getShapeType()
The layer's shape type. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
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. |
String |
getStartTimeFieldName()
Name of the field that has start time for a row. |
IEnumDataset |
getSubsets()
Datasets contained within this dataset. |
int |
getSupportedDrawPhases()
Supported draw phases. |
double |
getSymbologyScalingFactor()
The symbol scale factor for the custom rasterized type. |
String |
getTemporalFieldName()
Identifies the temporal field, which must be a field type with data that can be converted to a date value. |
ITemporalLegendGroup |
getTemporalLegendGroup()
Group of temporal legend classes that define the temporal intervals and symbology used by the temporal renderer. |
ITemporalReference |
getTemporalReference()
Defines the reference in time used to draw, identify, or perform other layer-based activities. |
ITextSymbol |
getTextSymbol()
Indicates settings for text symbol appearance as it appears as a label on the map display. |
void |
getTile(int tilesize,
int face,
int level,
int row,
int col,
byte[][] pData)
Gets a rasterized data tile for the given globe tesselation coordinates. |
double |
getTimeInterval()
Returns recommended time interval to be used to animate this layer/ table. |
int |
getTimeIntervalUnits()
Returns recommended time interval units to be used to animate this layer/ table. |
double |
getTimeOffset()
Returns time offset that needs to be applied to the data for drawing. |
int |
getTimeOffsetUnits()
Returns recommended time interval units to be used to animate this layer/ table. |
ITimeReference |
getTimeReference()
Time reference for the contents of the layer. |
String |
getTimeStyleFormat()
Time formatting style used to parse the time portion of a time string in the temporal column. |
String |
getTimeValueFormat()
Time value format if the field name is of the string format. |
String |
getTimeZoneXML()
The XML representation of a TimeZone. |
String |
getTipText(double x,
double y,
double tolerance)
Map tip text at the specified location. |
String |
getTrackIDFieldName()
Field that contains the rows that uniquely identifies the object whose time is being tracked. |
short |
getTransparency()
Layer transparency in percent (0-100). |
int |
getType()
The type of the Dataset. |
IWorkspace |
getWorkspace()
The workspace containing this dataset. |
Object |
getZoneList()
List of time zones. |
int |
hashCode()
the hashcode for this object |
void |
hit(int hitObjectID,
IHit3D pHit3D)
The layer is hit by a picking operation. |
void |
hTMLIdentify(IDisplay pDisplay,
IGeometry pGeometry,
IPropertySet pOptions,
IStringArray[] ppItemNames,
IStringArray[] ppItemHTML)
The content is the XML text at the specified point. |
String |
hTMLIdentify(IPoint pPoint,
double tolerance)
The content is the XML text at the specified point. |
String |
hTMLOutput(IFeature pFeature,
IPropertySet pOptions)
The content is the XML text for the input feature, pOptions is an optional parameter. |
String |
hTMLTipText(IPoint pPoint,
double tolerance)
The tooltip at the specified point. |
IArray |
identify(IGeometry pGeom)
Identifies objects at the specified location. |
IArray |
identify(IGeometry pGeom,
ITrackCancel pTrackCancel)
Identifies objects at the specified location. |
String |
ILayerGeneralProperties_getLayerDescription()
Description for the layer. |
ICursor |
insert(boolean useBuffering)
Returns a cursor that can be used to insert new Rows. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
inWorkspace(IWorkspace workspace)
Returns TRUE if the layer is in the specified workspace. |
boolean |
isAdjustForDaylightSavings()
Indicates whether or not to Adjust For Daylight Savings. |
boolean |
isCached()
Indicates if the layer needs its own display cache. |
boolean |
isCacheFeatures()
Controls whether Features are cached in the renderer's feature memory or are read from the feature class. |
boolean |
isCanAccessGeometry()
Indicates whether the a feature layer gives access to the geometry of its features. |
boolean |
isCanSelect()
Indicates if the table supports selection. |
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. |
void |
isDirty()
isDirty |
boolean |
isDisplayAnnotation()
Indicates if the layer displays annotation. |
boolean |
isDisplayFutureEvents()
Indicates whether or not to display future events for a real-time data layer. |
boolean |
isDisplayOnlyLastKnownEvent()
Indicates whether to display only the last known temporal event or all events in a layer. |
boolean |
isDrawingPropsDirty()
Indicates if the layer drawing properties are dirty. |
boolean |
isDrawLeaderLines()
Indicates whether to draw leader lines from the symbol to the surface. |
boolean |
isDynamicLayerDirty(int dynamicDrawPhase)
Indicates if the dynamic layer has changed since last drawn for the specified draw phase. |
boolean |
isElevatedLinesPointUseSymbolColor()
Indicates whether the color of the point located at the base of the elevated lines will be colored according to the elevated lines point color property or according to the symbolized feature it points to. |
boolean |
isElevatedLinesUseSymbolColor()
Indicates whether the elevated line will be colored according to the elevated lines color property or according to the symbolized feature it points to. |
boolean |
isHandlesLocalOrigin()
The option to use a local coordinate system origin for high precision drawing. |
boolean |
isHasLiveData()
isHasLiveData |
boolean |
isHasOID()
Indicates if the class has an object identity (OID) field. |
boolean |
isHTMLDownloadAttachmentData()
Indicates that all data for attachments will be retrieved. |
boolean |
isHTMLHideFieldNameColumn()
Indicates if Field name column will be output to the HTML Popup tool. |
boolean |
isHTMLPopupEnabled()
Indicates if this layer currently responds to the HTML Popup tool. |
boolean |
isHTMLUseCodedDomainValues()
Indicates whether to use coded values (rather than literal stored values) for feature values. |
boolean |
isLabelFeatures()
Indicates whether or not feature labels will appear as events draw to the map display. |
boolean |
isLeaderLinesUseSymbolColor()
Indicates whether the leader line will be colored according to the leader lines color property or according to the symbolized feature it points to. |
boolean |
isScaleRangeReadOnly()
Indicates if the minimum and maximum scale range values are read-only. |
boolean |
isScaleSymbols()
Indicates if symbols are scaled for the layer. |
boolean |
isSelectable()
Indicates if layer is selectable. |
boolean |
isSetSelectionSymbol()
Indicates if the selected set of features is drawn using the SelectionSymbol. |
boolean |
isShowTips()
Indicates if the layer shows map tips. |
boolean |
isSmoothElevatedLinesPoint()
Indicates whether to smooth the point located at the base of the elevated lines. |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
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 |
isSupportsTime()
Indicates whether the layer has any time data. |
boolean |
isSupportsTransparency()
Indicates if the layer supports transparency. |
boolean |
isSymbolsAreGraduated()
Indicates if symbols are graduated. |
boolean |
isTimeDataCumulative()
Indicates that features will be animated cumilatively. |
boolean |
isUseCache()
The option to use Globe's disk caching. |
boolean |
isUsesFilter()
Indicates if the current object draws using a filter. |
boolean |
isUseTime()
Indicates whether to use the time for animation purposes. |
boolean |
isValid()
Indicates if the layer is currently valid. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
ICursor |
ITable_search(IQueryFilter queryFilter,
boolean recycling)
An object cursor that can be used to fetch row objects selected by the specified query. |
ICursor |
lastKnownFeatures(Object varStartingTime,
Object varEndingTime)
Searches for last known features in the dataset. |
IFeatureIDSet |
lastKnownOIDs(Object varStartingTime,
Object varEndingTime)
Searches for the last known OIDs in the dataset. |
void |
load(IStream pstm)
load |
void |
prepareForPublishing()
Prepare the layer for the publishing process. |
void |
prepareTimeQuery(ITimeValue pTimeValue,
IQueryFilter[] pFilter)
Prepares an input query filter by appending the time expression into the where clause. |
void |
prepareTimeQueryEx(ITimeValue pTimeValue,
int eTimeRelation,
IQueryFilter[] pFilter)
Prepares an input query filter by appending the time expression into the where clause. |
void |
prepareTimeQueryFromDisplay(IDisplay pDisplay,
IQueryFilter[] pFilter)
Prepares an input query filter by appending the time expression into the where clause. |
void |
processActions(boolean bvarResetActions)
Apply the actions, contained in the action collection, to this temporal layer. |
void |
queryTemporalExtent(Object[] pvarStartTime,
Object[] pvarEndTime)
Obtain the start and end temporal values of the temporal layer's features. |
void |
readExternal(ObjectInput in)
|
void |
removeExtension(int index)
Removes the specified extension. |
void |
removeILayerEventsListener(ILayerEvents theListener)
removeILayerEventsListener. |
void |
removeIObjectClassSchemaEventsListener(IObjectClassSchemaEvents theListener)
removeIObjectClassSchemaEventsListener. |
void |
rename(String name)
Renames this Dataset. |
int |
rowCount(IQueryFilter queryFilter)
The number of Rows selected by the specified query. |
void |
save(IStream pstm,
int fClearDirty)
save |
IFeatureCursor |
search(IQueryFilter queryFilter,
boolean recycling)
Creates a cursor based upon the search criteria. |
IFeatureCursor |
searchDisplayFeatures(IQueryFilter queryFilter,
boolean recycling)
Creates a cursor from the display feature class based upon the search criteria. |
ICursor |
searchDisplayTable(IQueryFilter pQueryFilter,
boolean recycling)
Creates a cursor from the display table based upon the search criteria. |
ISelectionSet |
select(IQueryFilter queryFilter,
int selType,
int selOption,
IWorkspace selectionContainer)
A selection that contains the object ids selected by the specified query. |
ISelectionSet |
selectDisplayTable(IQueryFilter pQueryFilter,
int selType,
int selOption,
IWorkspace pSelWorkspace)
Creates a selection set from the display table based upon the search criteria. |
void |
selectFeatures(IQueryFilter filter,
int method,
boolean justOne)
Selects features based upon the specifed criteria and combination method. |
void |
selectionChanged()
Fires the features layer update event. |
void |
selectRows(IQueryFilter filter,
int method,
boolean justOne)
Selects rows based upon the specified criteria and combination method. |
void |
setActionCollectionByRef(IActionCollection pVal)
The collection of action objects for this temporal layer. |
void |
setAdjustForDaylightSavings(boolean pVal)
Indicates whether or not to Adjust For Daylight Savings. |
void |
setAMDesignator(String pbstrAMDesignator)
String for the AM designator. |
void |
setAnnotationProperties(IAnnotateLayerPropertiesCollection props)
Annotation properties. |
void |
setAnnotationPropertiesIDByRef(IUID uid)
The UID used for annotation properties. |
void |
setAreaOfInterest(IEnvelope aoi)
The default area of interest for the layer. |
void |
setBrightness(short brightnessValue)
Layer brightness in percent (-100 - 100). |
void |
setBrowseName(String name)
The browse name of the dataset. |
void |
setBufferDistance(double distance)
Buffer distance used for the selection. |
void |
setCached(boolean cached)
Indicates if the layer needs its own display cache. |
void |
setCacheFeatures(boolean pbAreFeaturesCached)
Controls whether Features are cached in the renderer's feature memory or are read from the feature class. |
void |
setCombinationMethod(int method)
Combination method for the selection. |
void |
setContrast(short contrastValue)
Layer contrast in percent (-100 - 100). |
void |
setCurrentMapLevel(int rhs1)
Current map level for drawing symbols. |
void |
setCurrentZone(String pbstrCurrentZone)
The current Time Zone. |
void |
setCustomTimeExtentByRef(ITimeExtent layerVisibiltyTime)
Custom time extent during which a layer is visible. |
void |
setDataSourceName(IName name)
Name of the data object for the layer. |
void |
setDataSourceType(String text)
Data source type. |
void |
setDateStyleFormat(String pbstrDateStyleFormat)
Date style used when parsing the date portion of a time string in the temporal column. |
void |
setDefinitionExpression(String expression)
Definition query expression for the existing layer. |
void |
setDisplayAnnotation(boolean value)
Indicates if the layer displays annotation. |
void |
setDisplayField(String fieldName)
Primary display field. |
void |
setDisplayFilter(IDisplayFilter displayFilter)
The display filter. |
void |
setDisplayFutureEvents(boolean pbvarFutureEvents)
Indicates whether or not to display future events for a real-time data layer. |
void |
setDisplayOnlyLastKnownEvent(boolean pbvarLastKnownEvent)
Indicates whether to display only the last known temporal event or all events in a layer. |
void |
setDrawingPropsDirty(boolean dirty)
Indicates if the layer drawing properties are dirty. |
void |
setDrawLeaderLines(boolean draw)
Indicates whether to draw leader lines from the symbol to the surface. |
void |
setDynamicLayerDirty(int dynamicDrawPhase,
boolean dirty)
Indicates if the dynamic layer has changed since last drawn for the specified draw phase. |
void |
setElevatedLinesColor(IColor color)
Specifies the color of the elevated lines. |
void |
setElevatedLinesLength(double length)
Indicates the length of the elevated lines. |
void |
setElevatedLinesLengthUnits(int lengthUnits)
Indicates the units for the length of the elevated line. |
void |
setElevatedLinesPointColor(IColor color)
Specifies the color of the point located at the base of the elevated lines. |
void |
setElevatedLinesPointUseSymbolColor(boolean useSymbolColor)
Indicates whether the color of the point located at the base of the elevated lines will be colored according to the elevated lines point color property or according to the symbolized feature it points to. |
void |
setElevatedLinesPointWidth(double width)
Indicates the width of the point located at the base of the elevated lines. |
void |
setElevatedLinesStyle(int style)
Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe. |
void |
setElevatedLinesUseSymbolColor(boolean useSymbolColor)
Indicates whether the elevated line will be colored according to the elevated lines color property or according to the symbolized feature it points to. |
void |
setElevatedLinesWidth(double width)
Indicates the width of the elevated lines in pixels. |
void |
setEndTimeFieldName(String fieldName)
Name of the field that has end time for a row. |
void |
setExclusionSetByRef(IFeatureIDSet fIDs)
The set of features that are excluded from drawing. |
void |
setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties)
Properties that describe the display expression. |
void |
setFeatureCacheWindow(int pnPercent)
Determines the number of features to cache if the CacheFeatures property is true. |
void |
setFeatureClassByRef(IFeatureClass fclass)
The layer's feature class. |
void |
setHasLiveData(boolean useTime)
setHasLiveData |
void |
setHotlinkField(String fieldName)
Field used for hotlinks. |
void |
setHotlinkType(int linkType)
Hotlink type. |
void |
setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData)
Indicates that all data for attachments will be retrieved. |
void |
setHTMLHideFieldNameColumn(boolean pHide)
Indicates if Field name column will be output to the HTML Popup tool. |
void |
setHTMLPopupEnabled(boolean pEnabled)
Indicates if this layer currently responds to the HTML Popup tool. |
void |
setHTMLPresentationStyle(int pStyle)
Indicates the content formating style for the HTML Popup tool. |
void |
setHTMLRedirectField(String pField)
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
void |
setHTMLRedirectFieldPrefix(String pPrefix)
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
void |
setHTMLRedirectFieldSuffix(String pSufix)
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
void |
setHTMLUseCodedDomainValues(boolean pCodedValues)
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
setHTMLXSLStylesheet(String pStyleSheet)
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
void |
setLabelFeatures(boolean pbvarLabelFeatures)
Indicates whether or not feature labels will appear as events draw to the map display. |
void |
setLabelFieldName(String pbstrFieldName)
Name of the field whose contents will be used as the tracking label for the layer. |
void |
setLanguageLocaleID(int plLanguageLocaleID)
Language ID used to parse dates from string values. |
void |
setLayerDescription(String text)
Description for the layer. |
void |
setLayerWeight(double layerWeight)
Default layer position. |
void |
setLeaderLinesColor(IColor color)
Specifies the color of the leader line. |
void |
setLeaderLinesUseSymbolColor(boolean useSymbolColor)
Indicates whether the leader line will be colored according to the leader lines color property or according to the symbolized feature it points to. |
void |
setLeaderLinesWidth(double width)
Indicates the width of the leader lines in pixels. |
void |
setLocalOrigin(_WKSPointZ rhs1)
The local coordinate system origin for high precision drawing. |
void |
setMapLevel(int mapLevel)
Current map level for drawing multi-level symbols. |
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 |
setName(String name)
Layer name. |
void |
setOffsetAngle(double pdOffsetAngle)
Indicates angle of offset for labels as they draw next to events on the map display. |
void |
setPixelOffset(short pnPixelOffset)
Indicates amount of offset between feature and label as they draw to the map display. |
void |
setPMDesignator(String pbstrPMDesignator)
String for the PM designator. |
void |
setRelationshipClassByRef(IRelationshipClass relClass)
The current relationship class used to display related fields. |
void |
setRelativeBase(String basePath)
Base path used when storing relative path names. |
void |
setRelativeTimeColor(int pVal)
Indicates a relative color differential based on temporal class characteristics. |
void |
setRelativeTimeOperator(ITemporalOperator pVal)
The relative time operator, containing the temporal offset to adjust the temporal values of this temporal layer. |
void |
setRendererByRef(IFeatureRenderer renderer)
Controls the temporal renderer for the layer. |
void |
setRendererPropertyPageClassID(IUID clsid)
Class id of the property page for the renderer. |
void |
setScale(double rhs1)
The current scale of the display. |
void |
setScaleSymbols(boolean scale)
Indicates if symbols are scaled for the layer. |
void |
setSelectable(boolean value)
Indicates if layer is selectable. |
void |
setSelectionColorByRef(IColor color)
Selection color. |
void |
setSelectionSetByRef(ISelectionSet selectionSet)
The selected set of features. |
void |
setSelectionSymbolByRef(ISymbol symbol)
Selection symbol. |
void |
setSetSelectionSymbol(boolean setSymbol)
Indicates if the selected set of features is drawn using the SelectionSymbol. |
void |
setShowTips(boolean show)
Indicates if the layer shows map tips. |
void |
setSmoothElevatedLinesPoint(boolean smooth)
Indicates whether to smooth the point located at the base of the elevated lines. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Spatial reference for the layer. |
void |
setStartTimeFieldName(String fieldName)
Name of the field that has start time for a row. |
void |
setSupportsInteractive(boolean supported)
Indicates if the layer supports interactive effects changes. |
void |
setSymbolsAreGraduated(boolean symbolsAreGraduated)
Indicates if symbols are graduated. |
void |
setTemporalLegendGroupByRef(ITemporalLegendGroup ppiTemporalLegendGroup)
Group of temporal legend classes that define the temporal intervals and symbology used by the temporal renderer. |
void |
setTemporalReferenceByRef(ITemporalReference ppiTemporalReference)
Defines the reference in time used to draw, identify, or perform other layer-based activities. |
void |
setTextSymbolByRef(ITextSymbol ppiTextSymbol)
Indicates settings for text symbol appearance as it appears as a label on the map display. |
void |
setTimeDataCumulative(boolean cumilative)
Indicates that features will be animated cumilatively. |
void |
setTimeInterval(double interval)
Returns recommended time interval to be used to animate this layer/ table. |
void |
setTimeIntervalUnits(int units)
Returns recommended time interval units to be used to animate this layer/ table. |
void |
setTimeOffset(double timeOffset)
Returns time offset that needs to be applied to the data for drawing. |
void |
setTimeOffsetUnits(int units)
Returns recommended time interval units to be used to animate this layer/ table. |
void |
setTimeReferenceByRef(ITimeReference nativeTimeReference)
Time reference for the data. |
void |
setTimeStyleFormat(String pbstrTimeStyleFormat)
Time formatting style used to parse the time portion of a time string in the temporal column. |
void |
setTimeValueFormat(String format)
Time value format if the field name is of the string format. |
void |
setTimeZoneXML(String pbstrXML)
The XML representation of a TimeZone. |
void |
setTrackIDFieldName(String fieldName)
Field that contains the rows that uniquely identifies the object whose time is being tracked. |
void |
setTransparency(short alpha)
Layer transparency in percent (0-100). |
void |
setUseTime(boolean useTime)
Indicates whether to use the time for animation purposes. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
boolean |
showPropertySheet()
Show the property sheet. |
void |
suspendIndexing(boolean bvarSuspend)
This method suspends or resumes indexing on a temporal layer. |
ICursor |
update(IQueryFilter queryFilter,
boolean recycling)
Returns a cursor that can be used to update Rows selected by the specified query. |
void |
updateSearchedRows(IQueryFilter queryFilter,
IRowBuffer buffer)
Update the Rows in the database selected by the specified query. |
void |
writeExternal(ObjectOutput out)
|
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 TemporalFeatureLayer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TemporalFeatureLayer(Object obj) throws IOException
obj
to TemporalFeatureLayer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
TemporalFeatureLayer theTemporalFeatureLayer = (TemporalFeatureLayer) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public 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 addIObjectClassSchemaEventsListener(IObjectClassSchemaEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IObjectClassSchemaEvents interface.
IOException
- If there are communications problems.public void removeIObjectClassSchemaEventsListener(IObjectClassSchemaEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IObjectClassSchemaEvents interface.
IOException
- If there are communications problems.public String getName() throws IOException, AutomationException
getName
in interface ILayer
getName
in interface ILayer2
getName
in interface IDataset
getName
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ILayer
setName
in interface ILayer2
setName
in interface ITemporalLayer
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws IOException, AutomationException
isValid
in interface ILayer
isValid
in interface ILayer2
isValid
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAreaOfInterest() throws IOException, AutomationException
getAreaOfInterest
in interface ILayer
getAreaOfInterest
in interface ILayer2
getAreaOfInterest
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumScale() throws IOException, AutomationException
getMinimumScale
in interface ILayer
getMinimumScale
in interface ILayer2
getMinimumScale
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumScale(double minScale) throws IOException, AutomationException
setMinimumScale
in interface ILayer
setMinimumScale
in interface ILayer2
setMinimumScale
in interface ITemporalLayer
minScale
- The minScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumScale() throws IOException, AutomationException
getMaximumScale
in interface ILayer
getMaximumScale
in interface ILayer2
getMaximumScale
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumScale(double maxScale) throws IOException, AutomationException
setMaximumScale
in interface ILayer
setMaximumScale
in interface ILayer2
setMaximumScale
in interface ITemporalLayer
maxScale
- 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 ILayer
isVisible
in interface ILayer2
isVisible
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws IOException, AutomationException
setVisible
in interface ILayer
setVisible
in interface ILayer2
setVisible
in interface ITemporalLayer
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowTips() throws IOException, AutomationException
isShowTips
in interface ILayer
isShowTips
in interface ILayer2
isShowTips
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowTips(boolean show) throws IOException, AutomationException
setShowTips
in interface ILayer
setShowTips
in interface ILayer2
setShowTips
in interface ITemporalLayer
show
- 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 ILayer
getTipText
in interface ILayer2
getTipText
in interface ITemporalLayer
x
- 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
Temporal layers are always cached. Therefore this property is not re-configurable.
isCached
in interface ILayer
isCached
in interface ILayer2
isCached
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCached(boolean cached) throws IOException, AutomationException
setCached
in interface ILayer
setCached
in interface ILayer2
setCached
in interface ITemporalLayer
cached
- The cached (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSupportedDrawPhases() throws IOException, AutomationException
getSupportedDrawPhases
in interface ILayer
getSupportedDrawPhases
in interface ILayer2
getSupportedDrawPhases
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
setSpatialReferenceByRef
in interface ILayer
setSpatialReferenceByRef
in interface ILayer2
setSpatialReferenceByRef
in interface ITemporalLayer
rhs1
- 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
draw
in interface ILayer
draw
in interface ILayer2
draw
in interface ITemporalLayer
drawPhase
- 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 ITemporalReference getTemporalReference() throws IOException, AutomationException
The Temporal Reference Property is a Temporal Reference Object that defines the reference in time that is used to draw, identify, or perform other layer activities on this layer.
getTemporalReference
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTemporalReferenceByRef(ITemporalReference ppiTemporalReference) throws IOException, AutomationException
The Temporal Reference Property is a Temporal Reference Object that defines the reference in time that is used to draw, identify, or perform other layer activities on this layer.
setTemporalReferenceByRef
in interface ITemporalLayer
ppiTemporalReference
- A reference to a com.esri.arcgis.trackinganalyst.ITemporalReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITemporalLegendGroup getTemporalLegendGroup() throws IOException, AutomationException
This property is a group of temporal legend classes that define the temporal intervals and symbology that the temporal renderer uses. This legend group collectively defines the temporal period that is used to draw features.
getTemporalLegendGroup
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTemporalLegendGroupByRef(ITemporalLegendGroup ppiTemporalLegendGroup) throws IOException, AutomationException
This property is a group of temporal legend classes that define the temporal intervals and symbology that the temporal renderer uses. This legend group collectively defines the temporal period that is used to draw features.
setTemporalLegendGroupByRef
in interface ITemporalLayer
ppiTemporalLegendGroup
- A reference to a com.esri.arcgis.trackinganalyst.ITemporalLegendGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheFeatures(boolean pbAreFeaturesCached) throws IOException, AutomationException
This property controls whether features are cached in the renderer's feature memory or are read from the feature class.
setCacheFeatures
in interface ITemporalLayer
pbAreFeaturesCached
- The pbAreFeaturesCached (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCacheFeatures() throws IOException, AutomationException
This property controls whether features are cached in the renderer's feature memory or are read from the feature class.
isCacheFeatures
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureCacheWindow() throws IOException, AutomationException
Reserved for future use.
getFeatureCacheWindow
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureCacheWindow(int pnPercent) throws IOException, AutomationException
Reserved for future use
setFeatureCacheWindow
in interface ITemporalLayer
pnPercent
- The pnPercent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRendererByRef(IFeatureRenderer renderer) throws IOException, AutomationException
setRendererByRef
in interface IGeoFeatureLayer
setRendererByRef
in interface ITemporalLayer
renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureRenderer getRenderer() throws IOException, AutomationException
getRenderer
in interface IGeoFeatureLayer
getRenderer
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTemporalFieldName() throws IOException, AutomationException
getTemporalFieldName
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayOnlyLastKnownEvent() throws IOException, AutomationException
isDisplayOnlyLastKnownEvent
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayOnlyLastKnownEvent(boolean pbvarLastKnownEvent) throws IOException, AutomationException
setDisplayOnlyLastKnownEvent
in interface ITemporalLayer
pbvarLastKnownEvent
- The pbvarLastKnownEvent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayFutureEvents() throws IOException, AutomationException
isDisplayFutureEvents
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayFutureEvents(boolean pbvarFutureEvents) throws IOException, AutomationException
setDisplayFutureEvents
in interface ITemporalLayer
pbvarFutureEvents
- The pbvarFutureEvents (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IActionCollection getActionCollection() throws IOException, AutomationException
getActionCollection
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActionCollectionByRef(IActionCollection pVal) throws IOException, AutomationException
setActionCollectionByRef
in interface ITemporalLayer
pVal
- A reference to a com.esri.arcgis.carto.IActionCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void processActions(boolean bvarResetActions) throws IOException, AutomationException
If bvarResetActions is true, actions collection will be reset to the default state.
processActions
in interface ITemporalLayer
bvarResetActions
- The bvarResetActions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRelativeTimeColor() throws IOException, AutomationException
getRelativeTimeColor
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativeTimeColor(int pVal) throws IOException, AutomationException
setRelativeTimeColor
in interface ITemporalLayer
pVal
- The pVal (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITemporalOperator getRelativeTimeOperator() throws IOException, AutomationException
This property indicates the relative time operator, containing the temporal offset to adjust the temporal values of this temporal layer. The temporal offset can be an interval.
getRelativeTimeOperator
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativeTimeOperator(ITemporalOperator pVal) throws IOException, AutomationException
setRelativeTimeOperator
in interface ITemporalLayer
pVal
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTemporalExtent(Object[] pvarStartTime, Object[] pvarEndTime) throws IOException, AutomationException
queryTemporalExtent
in interface ITemporalSearch
queryTemporalExtent
in interface ITemporalLayer
pvarStartTime
- A Variant (in/out: use single element array)pvarEndTime
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getEventIDFieldName() throws IOException, AutomationException
getEventIDFieldName
in interface ITemporalLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void suspendIndexing(boolean bvarSuspend) throws IOException, AutomationException
suspendIndexing
in interface ITemporalLayer
bvarSuspend
- The bvarSuspend (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureIDSet lastKnownOIDs(Object varStartingTime, Object varEndingTime) throws IOException, AutomationException
lastKnownOIDs
in interface ITemporalSearch
varStartingTime
- A Variant (in)varEndingTime
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICursor lastKnownFeatures(Object varStartingTime, Object varEndingTime) throws IOException, AutomationException
lastKnownFeatures
in interface ITemporalSearch
varStartingTime
- A Variant (in)varEndingTime
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLanguageLocaleID() throws IOException, AutomationException
getLanguageLocaleID
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLanguageLocaleID(int plLanguageLocaleID) throws IOException, AutomationException
setLanguageLocaleID
in interface ITimeRegionalSettings
plLanguageLocaleID
- The plLanguageLocaleID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeStyleFormat() throws IOException, AutomationException
This property indicates time formatting style used when parsing the date portion of a time string in the temporal column.
getTimeStyleFormat
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeStyleFormat(String pbstrTimeStyleFormat) throws IOException, AutomationException
setTimeStyleFormat
in interface ITimeRegionalSettings
pbstrTimeStyleFormat
- The pbstrTimeStyleFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDateStyleFormat() throws IOException, AutomationException
getDateStyleFormat
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDateStyleFormat(String pbstrDateStyleFormat) throws IOException, AutomationException
setDateStyleFormat
in interface ITimeRegionalSettings
pbstrDateStyleFormat
- The pbstrDateStyleFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAMDesignator() throws IOException, AutomationException
This property indicates the AM designator.
getAMDesignator
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAMDesignator(String pbstrAMDesignator) throws IOException, AutomationException
setAMDesignator
in interface ITimeRegionalSettings
pbstrAMDesignator
- The pbstrAMDesignator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPMDesignator() throws IOException, AutomationException
This property indicates the PM designator.
getPMDesignator
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPMDesignator(String pbstrPMDesignator) throws IOException, AutomationException
setPMDesignator
in interface ITimeRegionalSettings
pbstrPMDesignator
- The pbstrPMDesignator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isScaleRangeReadOnly() throws IOException, AutomationException
Some layer types do not support a writeable MinimumScale or MaximumScale. Use this property to determine whether or not a layer supports this.
isScaleRangeReadOnly
in interface ILayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaOfInterest(IEnvelope aoi) throws IOException, AutomationException
setAreaOfInterest
in interface ILayer2
aoi
- 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 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 ILegendInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILegendGroup getLegendGroup(int index) throws IOException, AutomationException
getLegendGroup
in interface ILegendInfo
index
- 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 ILegendInfo
IOException
- 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 ILegendInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbolsAreGraduated(boolean symbolsAreGraduated) throws IOException, AutomationException
setSymbolsAreGraduated
in interface ILegendInfo
symbolsAreGraduated
- The symbolsAreGraduated (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 ILayerInfo
IOException
- 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 ILayerInfo
IOException
- 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 ILayerInfo
IOException
- 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 ILayerInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelFieldName(String pbstrFieldName) throws IOException, AutomationException
setLabelFieldName
in interface ITrackingLayerLabels
pbstrFieldName
- The pbstrFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLabelFieldName() throws IOException, AutomationException
getLabelFieldName
in interface ITrackingLayerLabels
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelFeatures(boolean pbvarLabelFeatures) throws IOException, AutomationException
setLabelFeatures
in interface ITrackingLayerLabels
pbvarLabelFeatures
- The pbvarLabelFeatures (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLabelFeatures() throws IOException, AutomationException
isLabelFeatures
in interface ITrackingLayerLabels
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getPixelOffset() throws IOException, AutomationException
getPixelOffset
in interface ITrackingLayerLabels
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelOffset(short pnPixelOffset) throws IOException, AutomationException
setPixelOffset
in interface ITrackingLayerLabels
pnPixelOffset
- The pnPixelOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getOffsetAngle() throws IOException, AutomationException
getOffsetAngle
in interface ITrackingLayerLabels
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOffsetAngle(double pdOffsetAngle) throws IOException, AutomationException
setOffsetAngle
in interface ITrackingLayerLabels
pdOffsetAngle
- The pdOffsetAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextSymbol getTextSymbol() throws IOException, AutomationException
This property indicates the settings for text symbol appearance as it appears as a label on the map display.
getTextSymbol
in interface ITrackingLayerLabels
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextSymbolByRef(ITextSymbol ppiTextSymbol) throws IOException, AutomationException
setTextSymbolByRef
in interface ITrackingLayerLabels
ppiTextSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (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 IIdentify
pGeom
- 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 IUID getRendererPropertyPageClassID() throws IOException, AutomationException
getRendererPropertyPageClassID
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRendererPropertyPageClassID(IUID clsid) throws IOException, AutomationException
setRendererPropertyPageClassID
in interface IGeoFeatureLayer
clsid
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayAnnotation() throws IOException, AutomationException
Indicates whether dynamic labeling is on for the layer. Use this property to see if labeling is on for a layer, or to toggle labeling on or off.
isDisplayAnnotation
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayAnnotation(boolean value) throws IOException, AutomationException
setDisplayAnnotation
in interface IGeoFeatureLayer
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getAnnotationPropertiesID() throws IOException, AutomationException
Indicates the CLSID of the labeling properties used to label the layer.
ArcGIS provides two engines that can be used for labeling, the ESRI Standard Labeling Engine and the ESRI Maplex Labeling Engine.
You can use AnnotationPropertiesID determine which engine is being used by the layer to label features.
ESRI Standard Labeling Engine: GUID for LabelEngineLayerProperties = "{01004145-0D1C-11D2-A26F-080009B6F22B}"
ESRI Maplex Labeling Engine: GUID for MaplexLabelEngineLayerProperties = "{20664808-0D1C-11D2-A26F-080009B6F22B}"
You should not set this property. The labeling engine set for the map controls how each layer in the map will be labeled. To set this use IMap::AnnotationEngine. When the label engine is changed, the label properties of the all layers in the map will automatically be changed to properties of the new label engine.
If have a standalone layer that is not in a map, you can translate the properties to the other label engine by using IAnnotationPropertiesConverter on the coclass MaplexAnnotationPropertiesConverter.
getAnnotationPropertiesID
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationPropertiesIDByRef(IUID uid) throws IOException, AutomationException
setAnnotationPropertiesIDByRef
in interface IGeoFeatureLayer
uid
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAnnotateLayerPropertiesCollection getAnnotationProperties() throws IOException, AutomationException
Provides access to the labeling properites for the layer.
A feature layer's labeling properties are accessed via this property which returns a collection. Each item in the collection is an IAnnotateLayerProperties object that represents a label class. To learn more, see IAnnotateLayerProperties.
getAnnotationProperties
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationProperties(IAnnotateLayerPropertiesCollection props) throws IOException, AutomationException
setAnnotationProperties
in interface IGeoFeatureLayer
props
- A reference to a com.esri.arcgis.carto.IAnnotateLayerPropertiesCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentMapLevel(int rhs1) throws IOException, AutomationException
When symbol level drawing is used, this property is used by the framework to communicate to a layer what the current symbol level being drawn is. Priori to ArcGIS 9.0 this was the only method by which this could be communicated to a layer. At ArcGIS 9.0 and later versions, IMapLevel::MapLevel can be used for this. IMapLevel is implemented by more layers than IGeoFeatureLayer, so a layer that does not participate in symbol level drawing, for example a RasterLayer, can still know the current symbol level.
setCurrentMapLevel
in interface IGeoFeatureLayer
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureIDSet getExclusionSet() throws IOException, AutomationException
Provides access to the set of features that are exluded from drawing for a layer. In ArcMap, features are added to this set when you convert features to graphics, and you can resume drawing these features, thereby removing them from the ExclusionSet, by using the Layer Properties dialog's Display tab.
When you use IDataExclusion to exclude features from drawing for a feature renderer, the excluded features will not show up in the layer's ExclusionSet.
getExclusionSet
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExclusionSetByRef(IFeatureIDSet fIDs) throws IOException, AutomationException
setExclusionSetByRef
in interface IGeoFeatureLayer
fIDs
- A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getDisplayFeatureClass() throws IOException, AutomationException
Provides access to an IFeatureClass object that contains joined fields if present on the layer.
getDisplayFeatureClass
in interface IGeoFeatureLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureCursor searchDisplayFeatures(IQueryFilter queryFilter, boolean recycling) throws IOException, AutomationException
SearchDisplayFeatures works like IFeatureLayer::Search with the added behavior that it will work on joined fields if you qualify 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 IDisplayTable::SearchDisplayTable method is a similar search method which will work on feature layers as well as other types of layers and standalone tables. If you want your code to be generic enough to work on different types of layers, you should use IDisplayTable::SearchDisplayTable.
searchDisplayFeatures
in interface IGeoFeatureLayer
queryFilter
- 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 IFeatureClass getFeatureClass() throws IOException, AutomationException
The FeatureClass data source for the layer.
getFeatureClass
in interface IFeatureLayer
getFeatureClass
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureClassByRef(IFeatureClass fclass) throws IOException, AutomationException
setFeatureClassByRef
in interface IFeatureLayer
setFeatureClassByRef
in interface IFeatureLayer2
fclass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDataSourceType() throws IOException, AutomationException
Describes the type of data referenced by the feature layer. In ArcMap and ArcCatalog, this description appears on the layer's properties dialog on the Source tab after "Data Type:"
Here is a list of default values for DataSourceType for common feature layer types:
Layer Type | Value |
---|---|
Personal Geodatabase | "Personal Geodatabase Feature Class" |
SDE | "SDE Feature Class" |
Shapefile | "Shapefile Feature Class" |
ArcGIS for Desktop Advanced or PC ArcInfo Coverage (annotation) | "Annotation Feature Class" |
ArcGIS for Desktop Advanced or PC ArcInfo Coverage (point) | "Point Feature Class" |
ArcGIS for Desktop Advanced or PC ArcInfo Coverage (line) | "Arc Feature Class" |
ArcGIS for Desktop Advanced or PC ArcInfo Coverage (polygon) | "Polygon Feature Class" |
Edge | "StreetMap Feature Class" |
CAD (annotation) | "CAD Annotation Feature Class" |
CAD (point) | "CAD Point Feature Class" |
CAD (line) | "CAD Polyline Feature Class" |
CAD (polygon) | "CAD Polygon Feature Class" |
getDataSourceType
in interface IFeatureLayer
getDataSourceType
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceType(String text) throws IOException, AutomationException
setDataSourceType
in interface IFeatureLayer
setDataSourceType
in interface IFeatureLayer2
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDisplayField() throws IOException, AutomationException
The name of the layer's primary display field.
Usually this field name contains the string "name", or is the first string field found in the layer's attributes. This field is used to show map tips for the layer. The value of this property must match the name of one of the fields in the layer's FeatureClass.
getDisplayField
in interface IFeatureLayer
getDisplayField
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayField(String fieldName) throws IOException, AutomationException
setDisplayField
in interface IFeatureLayer
setDisplayField
in interface IFeatureLayer2
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSelectable() throws IOException, AutomationException
Indicates whether the layer's features are selectable.
The default value for Selectable is False.
isSelectable
in interface IFeatureLayer
isSelectable
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectable(boolean value) throws IOException, AutomationException
setSelectable
in interface IFeatureLayer
setSelectable
in interface IFeatureLayer2
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureCursor search(IQueryFilter queryFilter, boolean recycling) throws IOException, AutomationException
Use this method to return a read-only cursor of the layer's features.
If there is a definition query set on the layer, the Search method will automatically work on the subset of features in the layer that meet the definition criteria. You specify an additional query that will be applied after the layer's definition query by passing valid IQueryFilter object for the QueryFilter parameter.
This Search method will not work on joined fields. If the FeatureLayer has any joins, you should use the IGeoFeatureLayer::SearchDisplayFeatures method instead.
You cannot use the cursor returned by IFeatureLayer::Search to update features, instead use IFeatureClass::Update.
Recycling specifies whether the resulting feature cursor will be recycling or non-recycling. Use True for recycling cursor and False for a non-recycling cursor. See the topic for IFeatureClass::Search for more information.
search
in interface IFeatureLayer
search
in interface IFeatureLayer2
queryFilter
- 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 boolean isScaleSymbols() throws IOException, AutomationException
Indicates whether the symbols for this layer will respect the reference scale of the map containing the layer. Set this property to True for your layer and set a map reference scale to have your layer symbology scale as you zoom in and out.
isScaleSymbols
in interface IFeatureLayer
isScaleSymbols
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleSymbols(boolean scale) throws IOException, AutomationException
setScaleSymbols
in interface IFeatureLayer
setScaleSymbols
in interface IFeatureLayer2
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws IOException, AutomationException
getSelectionSet
in interface IFeatureSelection
getSelectionSet
in interface ITableSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet selectionSet) throws IOException, AutomationException
setSelectionSetByRef
in interface IFeatureSelection
setSelectionSetByRef
in interface ITableSelection
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCombinationMethod() throws IOException, AutomationException
getCombinationMethod
in interface IFeatureSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCombinationMethod(int method) throws IOException, AutomationException
setCombinationMethod
in interface IFeatureSelection
method
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferDistance() throws IOException, AutomationException
getBufferDistance
in interface IFeatureSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferDistance(double distance) throws IOException, AutomationException
setBufferDistance
in interface IFeatureSelection
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSetSelectionSymbol() throws IOException, AutomationException
isSetSelectionSymbol
in interface IFeatureSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSetSelectionSymbol(boolean setSymbol) throws IOException, AutomationException
setSetSelectionSymbol
in interface IFeatureSelection
setSymbol
- The setSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getSelectionColor() throws IOException, AutomationException
getSelectionColor
in interface IFeatureSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionColorByRef(IColor color) throws IOException, AutomationException
setSelectionColorByRef
in interface IFeatureSelection
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getSelectionSymbol() throws IOException, AutomationException
getSelectionSymbol
in interface IFeatureSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSymbolByRef(ISymbol symbol) throws IOException, AutomationException
setSelectionSymbolByRef
in interface IFeatureSelection
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IFeature feature) throws IOException, AutomationException
add
in interface IFeatureSelection
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectFeatures(IQueryFilter filter, int method, boolean justOne) throws IOException, AutomationException
selectFeatures
in interface IFeatureSelection
filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)method
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)justOne
- The justOne (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws IOException, AutomationException
clear
in interface IFeatureSelection
clear
in interface ITableSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectionChanged() throws IOException, AutomationException
selectionChanged
in interface IFeatureSelection
selectionChanged
in interface ITableSelection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefinitionExpression() throws IOException, AutomationException
getDefinitionExpression
in interface IFeatureLayerDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionExpression(String expression) throws IOException, AutomationException
setDefinitionExpression
in interface IFeatureLayerDefinition
expression
- The expression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getDefinitionSelectionSet() throws IOException, AutomationException
You can use the DefintionSelectionSet property to get the selection set that was used to define the new layer created by the IFeatureLayerDefintion::CreateSelectionLayer method. Note, before calling CreateSelectionLayer, the selection set returned by DefintionSelectionSet will be Nothing. Therefore, you can only use this property after you have called the CreateSelectionLayer method.
getDefinitionSelectionSet
in interface IFeatureLayerDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureLayer createSelectionLayer(String layerName, boolean useCurrentSelection, String joinTableNames, String expression) throws IOException, AutomationException
createSelectionLayer
in interface IFeatureLayerDefinition
layerName
- The layerName (in)useCurrentSelection
- The useCurrentSelection (in)joinTableNames
- The joinTableNames (in)expression
- The expression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRelationshipClass getRelationshipClass() throws IOException, AutomationException
RelClass must be a defined relationship class on the base feature class.
getRelationshipClass
in interface IFeatureLayerDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelationshipClassByRef(IRelationshipClass relClass) throws IOException, AutomationException
setRelationshipClassByRef
in interface IFeatureLayerDefinition
relClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (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 IGeoDataset
IOException
- 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 IGeoDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray identify(IGeometry pGeom, ITrackCancel pTrackCancel) 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 IIdentify2
pGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pTrackCancel
- 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 void setScale(double rhs1) throws IOException, AutomationException
setScale
in interface IIdentify2
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRow(IRow row) throws IOException, AutomationException
addRow
in interface ITableSelection
row
- A reference to a com.esri.arcgis.geodatabase.IRow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectRows(IQueryFilter filter, int method, boolean justOne) throws IOException, AutomationException
The justOne parameter tells the search to stop once it has found one feature.
selectRows
in interface ITableSelection
filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)method
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)justOne
- The justOne (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray find(String search, boolean contains, Object fields, ITrackCancel trackCancel) throws IOException, AutomationException
This method returns an reference to an Array of FeatureFindData objects. To search, pass in a reference to an Fields object along with the search string and a boolean option to return features that have attributes that contain the string. If Contains = False, only objects with an attribute that consists of the entire search string will be returned.
find
in interface IFind
search
- The search (in)contains
- The contains (in)fields
- A Variant (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 Object getFindFields() throws IOException, AutomationException
getFindFields
in interface IFind
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFindDisplayField() throws IOException, AutomationException
getFindDisplayField
in interface IFind
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getDisplayTable() throws IOException, AutomationException
getDisplayTable
in interface IDisplayTable
IOException
- 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 IDisplayTable
pQueryFilter
- 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 IDisplayTable
pQueryFilter
- 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 IDisplayTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getShapeType() throws IOException, AutomationException
Returns the basic geometry type of the layer's underlying feature class. See IFeatureClass::ShapeType for more information.
getShapeType
in interface IFeatureLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void expandRegionForSymbols(IDisplay display, IGeometry region) throws IOException, AutomationException
expandRegionForSymbols
in interface IFeatureLayer2
display
- A reference to a com.esri.arcgis.display.IDisplay (in)region
- 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 void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean applies(Object pUnk) throws IOException, AutomationException
Applies indicates whether the specified object can be applied to the current object. For instance, we might want to ask our CircleElement whether a Color object applies to it. If it does, then we can use the Apply method to update our CircleElement with the new Color object.
CanApply differs from Applies in that it is a check for the editability of the object at any given time. Applies indicates whether an object can be applied at all, while CanApply indicates whether an object can be applied at that particular moment.
applies
in interface IPropertySupport
pUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canApply(Object pUnk) throws IOException, AutomationException
CanApply indicates whether the specified object can be applied to the current object. For instance, we might want to ask our CircleElement whether a Color object applies to it. If it does, then we can use the Apply method to update our CircleElement with the new Color object.
CanApply differs from Applies in that it is a check for the editability of the object at any given time. Applies indicates whether an object can be applied at all, while CanApply indicates whether an object can be applied at that particular moment.
canApply
in interface IPropertySupport
pUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getCurrent(Object pUnk) throws IOException, AutomationException
getCurrent
in interface IPropertySupport
pUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object apply(Object newObject) throws IOException, AutomationException
Apply will apply the specified object to the current object. For instance, I might apply a Color object to my RectangleElement. When I execute Apply, the object I replace (the old object) is returned.
Use the Applies and CanApply methods to determine if an Apply can be used on an object.
apply
in interface IPropertySupport
newObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldCount() throws IOException, AutomationException
getFieldCount
in interface ILayerFields
getFieldCount
in interface ITableFields
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IField getField(int index) throws IOException, AutomationException
getField
in interface ILayerFields
getField
in interface ITableFields
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFieldInfo getFieldInfo(int index) throws IOException, AutomationException
getFieldInfo
in interface ILayerFields
getFieldInfo
in interface ITableFields
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findField(String fieldName) throws IOException, AutomationException
findField
in interface ILayerFields
findField
in interface IClass
findField
in interface ITableFields
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getAttributeTable() throws IOException, AutomationException
getAttributeTable
in interface IAttributeTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRow createRow() throws IOException, AutomationException
The CreateRow method creates a new row in the underlying database with a system assigned object id value. A row object representing the created row is returned to the caller. The row object returned has the system assigned object ID as the value of the OIDField. All other fields are initialized to null values if they can be made null and to built-in default values appropriate to the type of the field if they cannot be made null.
The caller is responsible for setting the desired field values into the row and calling the Store method on the row. If the table represents an object class with subtypes, then it is the caller’s responsibility to set the default subtype code into the row and call the InitDefaultValues method on the row before storing, if that is the desired result. For tables without object behavior, insert cursors offer a more efficient way for inserting new rows.
createRow
in interface ITable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRow getRow(int oID) throws IOException, AutomationException
The GetRow method returns an existing row object, given its object ID value. The caller can query the returned row object for additional object specific interfaces. The retrieved row may be modified; calling Store on the row object after changing it will trigger messages to related objects and will mark the row for committing to the database.
getRow
in interface ITable
oID
- The oID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICursor getRows(Object oids, boolean recycling) throws IOException, AutomationException
The GetRows method returns a cursor that may be used to retrieve a set of rows specified by the input array of object id values. See the description of the Search method to understand the meaning of the recycling parameter. It is far more efficient to retrieve a set of rows using the GetRows method than it is to retrieve each individual row using the GetRow method. The retrieved rows may be modified; Store should be called on the row objects after changing them.
The oids parameter should be passed an integer array. For example:
// Get a recycling cursor for the OID array.
int[] oids = new int[] { 10844, 10853, 10871 };
ICursor cursor = table.getRows(oids, true);
getRows
in interface ITable
oids
- A Variant (in)recycling
- The recycling (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRowBuffer createRowBuffer() throws IOException, AutomationException
The CreateRowBuffer method creates a new row buffer object in memory and returns it to the caller. No row is created in the database. The returned row buffer does not have an object ID value. The caller can set values into the row buffer and use it as an argument to the InsertRow method on an insert cursor; the latter is obtained by calling the Insert method on the Table.
createRowBuffer
in interface ITable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateSearchedRows(IQueryFilter queryFilter, IRowBuffer buffer) throws IOException, AutomationException
This method will edit the rows matching the query filter's constraints. The values in each row will be replaced with the corresponding field's value in the provided row buffer. The fields being edited should be specified in the query filter's SubFields property. If the row buffer contains null values, and the SubFields property is not properly set, the row's values will be overwritten with the row buffer's null values.
updateSearchedRows
in interface ITable
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)buffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteSearchedRows(IQueryFilter queryFilter) throws IOException, AutomationException
deleteSearchedRows
in interface ITable
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int rowCount(IQueryFilter queryFilter) throws IOException, AutomationException
rowCount
in interface ITable
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICursor ITable_search(IQueryFilter queryFilter, boolean recycling) throws IOException, AutomationException
ITable_search
in interface ITable
queryFilter
- 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 ICursor update(IQueryFilter queryFilter, boolean recycling) throws IOException, AutomationException
The Update method returns an update cursor that can be used to update or delete rows. It offers somewhat faster performance than multiple calls to Store or Delete on row objects fetched using a non-recycling search cursor for tables storing simple rows and simple features. There is no difference in performance for complex objects and features.
When using cursors within an edit session, they should always be scoped to edit operations. In other words, a cursor should be created after an edit operation has begun and should not be used once that edit operation has been stopped or aborted.
update
in interface ITable
queryFilter
- 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 ICursor insert(boolean useBuffering) throws IOException, AutomationException
The Insert method returns an insert cursor that can be used to bulk insert rows. It offers significantly faster performance than multiple calls to CreateRow and Store for tables storing simple rows and simple features (that is, for tables whose CLSID is esriGeoDatabase.Row, esriGeoDatabase.Object, or esriGeoDatabase.Feature).
Insert cursors on tables containing complex objects use the CreateRow and Store methods to achieve polymorphism, and there is no difference in performance in these cases.
When using cursors within an edit session, they should always be scoped to edit operations. In other words, a cursor should be created after an edit operation has begun and should not be used once that edit operation has been stopped or aborted.
insert
in interface ITable
useBuffering
- The useBuffering (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet select(IQueryFilter queryFilter, int selType, int selOption, IWorkspace selectionContainer) throws IOException, AutomationException
The Select method returns a selection set that holds either row IDs or row objects from the Table depending on the selection option. Multiple selection sets can be created on the same table. It is up to a client application or object to keep a reference on created selections and use them as appropriate. For example, a FeatureLayer creates and uses selections on a FeatureClass (a type of Table).
The selType parameter determines the type of selection set that will be created: an ID set, a snapshot, or a hybrid. See the ISelectionSet interface for a comparison of the three types.
When calling Select the selectionContainer parameter is no longer required. A null value should be passed as this parameter.
select
in interface ITable
queryFilter
- 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)selectionContainer
- 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 IFields getFields() throws IOException, AutomationException
getFields
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIndexes getIndexes() throws IOException, AutomationException
getIndexes
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addField(IField field) throws IOException, AutomationException
Prior to adding a new field to a class, an exclusive schema lock should be obtained using the ISchemaLock interface.
Attempting to add a new field that does not allow null values will fail, if the class already has data in it. The only solution is to recreate the class with the non-nullable field, then copy the rows from the original class into the new class.
addField
in interface IClass
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteField(IField field) throws IOException, AutomationException
DeleteField removes the specified field from a table, object class or feature class. Fields that are required by the Geodatabase and cannot be removed include:
Prior to deleting a field from a class, an exclusive schema lock should be obtained using the ISchemaLock interface.
// Assume we have a reference to a FeatureClass (pFC) IFields pFields; IField pField; pFields = pFC.getFields(); pField = pFields.getField(pFields.findField("MyField")); pFC.deleteField(pField);
deleteField
in interface IClass
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addIndex(IIndex index) throws IOException, AutomationException
Prior to adding a new index to a class, an exclusive schema lock should be obtained using the ISchemaLock interface.
addIndex
in interface IClass
index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteIndex(IIndex index) throws IOException, AutomationException
Prior to deleting an index from a class, an exclusive schema lock should be obtained using the ISchemaLock interface.
deleteIndex
in interface IClass
index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasOID() throws IOException, AutomationException
isHasOID
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOIDFieldName() throws IOException, AutomationException
getOIDFieldName
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getEXTCLSID() throws IOException, AutomationException
getEXTCLSID
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getExtension() throws IOException, AutomationException
getExtension
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getExtensionProperties() throws IOException, AutomationException
getExtensionProperties
in interface IClass
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExtensionCount() throws IOException, AutomationException
getExtensionCount
in interface ILayerExtensions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getExtension(int index) throws IOException, AutomationException
getExtension
in interface ILayerExtensions
index
- 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 ILayerExtensions
ext
- 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 ILayerExtensions
index
- The index (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 IDisplayAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawingPropsDirty() throws IOException, AutomationException
isDrawingPropsDirty
in interface ILayerDrawingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawingPropsDirty(boolean dirty) throws IOException, AutomationException
setDrawingPropsDirty
in interface ILayerDrawingProperties
dirty
- The dirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getFullName() throws IOException, AutomationException
getFullName
in interface IDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getBrowseName() throws IOException, AutomationException
getBrowseName
in interface IDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBrowseName(String name) throws IOException, AutomationException
setBrowseName
in interface IDataset
name
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
copyName
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
IOException
- 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 IDataset
name
- The name (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 ILayerPosition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerWeight(double layerWeight) throws IOException, AutomationException
setLayerWeight
in interface ILayerPosition
layerWeight
- The layerWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMapLevel() throws IOException, AutomationException
getMapLevel
in interface IMapLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapLevel(int mapLevel) throws IOException, AutomationException
setMapLevel
in interface IMapLevel
mapLevel
- The mapLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getDataSourceName() throws IOException, AutomationException
getDataSourceName
in interface IDataLayer
getDataSourceName
in interface IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceName(IName name) throws IOException, AutomationException
setDataSourceName
in interface IDataLayer
setDataSourceName
in interface IDataLayer2
name
- 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 IDataLayer
isDataSourceSupported
in interface IDataLayer2
name
- 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 IDataLayer
connect
in interface IDataLayer2
pOptRepairName
- 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 IDataLayer
getRelativeBase
in interface IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativeBase(String basePath) throws IOException, AutomationException
setRelativeBase
in interface IDataLayer
setRelativeBase
in interface IDataLayer2
basePath
- 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 IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean inWorkspace(IWorkspace workspace) throws IOException, AutomationException
inWorkspace
in interface IDataLayer2
workspace
- 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 String getCurrentZone() throws IOException, AutomationException
This property indicates the current time zone the temporal feature class’ temporal field is using.
getCurrentZone
in interface ITimeZone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentZone(String pbstrCurrentZone) throws IOException, AutomationException
setCurrentZone
in interface ITimeZone
pbstrCurrentZone
- The pbstrCurrentZone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getZoneList() throws IOException, AutomationException
This property indicates a list of time zones that are pulled from the computer’s registry.
getZoneList
in interface ITimeZone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAdjustForDaylightSavings() throws IOException, AutomationException
isAdjustForDaylightSavings
in interface ITimeZone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAdjustForDaylightSavings(boolean pVal) throws IOException, AutomationException
setAdjustForDaylightSavings
in interface ITimeZone
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeZoneXML() throws IOException, AutomationException
getTimeZoneXML
in interface ITimeZone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeZoneXML(String pbstrXML) throws IOException, AutomationException
setTimeZoneXML
in interface ITimeZone
pbstrXML
- The pbstrXML (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean showPropertySheet() throws IOException, AutomationException
showPropertySheet
in interface ILayerPropertySheet
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLastMinimumScale() throws IOException, AutomationException
getLastMinimumScale
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLastMaximumScale() throws IOException, AutomationException
getLastMaximumScale
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String ILayerGeneralProperties_getLayerDescription() throws IOException, AutomationException
ILayerGeneralProperties_getLayerDescription
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerDescription(String text) throws IOException, AutomationException
setLayerDescription
in interface ILayerGeneralProperties
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDynamicLayerDirty(int dynamicDrawPhase) throws IOException, AutomationException
isDynamicLayerDirty
in interface IDynamicLayer
dynamicDrawPhase
- A com.esri.arcgis.display.esriDynamicDrawPhase constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDynamicLayerDirty(int dynamicDrawPhase, boolean dirty) throws IOException, AutomationException
setDynamicLayerDirty
in interface IDynamicLayer
dynamicDrawPhase
- A com.esri.arcgis.display.esriDynamicDrawPhase constant (in)dirty
- The dirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDynamicRecompileRate() throws IOException, AutomationException
The DynamicRecompileRate is an interval in milliseconds that is used by the Dynamic Map in order to determine whether the Dynamic Layer’s DrawDynamicLayer method needs to be called with the Compiled Phase, in order to recompile the layer’s drawing commands into the layer’s display list.
The DynamicLayer’s DrawDynamicLayer method of the Compiled Phase will be called, when the DynamicLayerDirty of the Compiled Phase is true, and only after the DynamicRecompileRate interval had elapsed. The underlying data-structure of the layer may already been updated, however the display would reflect these changes only after the time interval set by DynamicRecompileRate has elapsed.
Using the compiled rate is very efficient for layers that manage large amount of items where every item gets updated in a relatively low rate. This way, due to the large number of items, there are constant updates streaming in, however the changes will get accumulated and will be applied to the display, according to the DynamicRecompileRate interval. That is good, performance wise, since this method minimizes CPU usage, of iterating through the layer items and generating the draw commands, and minimizes bus traffic of the drawing commands to the graphic card.
getDynamicRecompileRate
in interface IDynamicLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawDynamicLayer(int dynamicDrawPhase, IDisplay display, IDynamicDisplay dynamicDisplay) throws IOException, AutomationException
Use this method to generate the Layer’s draw commands that correspond to the Dynamic Draw Phase.
Make sure to generate the draw commands at the desired Draw Phase. It is recommended for a Dynamic Layer to generate draw commands (and therefore be drawn) in one of the Dynamic Draw Phases, but not both. For example, if the layer is to be drawn only in the Immediate Phase, the method should inspect the drawing phase and only generate draw commands if enum esriDynamicDrawPhase is set to esriDDPImmediate.
Use the Dynamic Display API, and/or OpenGL API in order to generate the draw commands. In the context of the DrawDynamicLayer method, the OpenGL Rendering Context is active and is setup by the Dynamic Map.
Note: The Dynamic Display and OpenGL API's can safely be used only in the context of the IDynamicLayer.DrawDynamicLayer method and IDynamicMapEvents BeforeDynamicDraw\AfterDynamicDraw events. Any attempt to use them in any other context will result in unexpected behavior.
drawDynamicLayer
in interface IDynamicLayer
dynamicDrawPhase
- A com.esri.arcgis.display.esriDynamicDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)dynamicDisplay
- A reference to a com.esri.arcgis.display.IDynamicDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDrawType() throws IOException, AutomationException
getDrawType
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseCache() throws IOException, AutomationException
isUseCache
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumCellSize() throws IOException, AutomationException
getMinimumCellSize
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSymbologyScalingFactor() throws IOException, AutomationException
getSymbologyScalingFactor
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTile(int tilesize, int face, int level, int row, int col, byte[][] pData) throws IOException, AutomationException
getTile
in interface ICustomGlobeLayer
tilesize
- The tilesize (in)face
- The face (in)level
- The level (in)row
- The row (in)col
- The col (in)pData
- An unsigned byte (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawImmediate(IGlobeViewer pGlobeViewer) throws IOException, AutomationException
drawImmediate
in interface ICustomGlobeLayer
pGlobeViewer
- A reference to a com.esri.arcgis.globecore.IGlobeViewer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hit(int hitObjectID, IHit3D pHit3D) throws IOException, AutomationException
hit
in interface ICustomGlobeLayer
hitObjectID
- The hitObjectID (in)pHit3D
- A reference to a com.esri.arcgis.analyst3d.IHit3D (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHandlesLocalOrigin() throws IOException, AutomationException
isHandlesLocalOrigin
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocalOrigin(_WKSPointZ rhs1) throws IOException, AutomationException
setLocalOrigin
in interface ICustomGlobeLayer
rhs1
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawLeaderLines() throws IOException, AutomationException
isDrawLeaderLines
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawLeaderLines(boolean draw) throws IOException, AutomationException
setDrawLeaderLines
in interface ITrackingGlobeLayerLeaderLines
draw
- The draw (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLeaderLinesUseSymbolColor() throws IOException, AutomationException
isLeaderLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setLeaderLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getLeaderLinesColor() throws IOException, AutomationException
getLeaderLinesColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesColor(IColor color) throws IOException, AutomationException
setLeaderLinesColor
in interface ITrackingGlobeLayerLeaderLines
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElevatedLinesStyle() throws IOException, AutomationException
getElevatedLinesStyle
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesStyle(int style) throws IOException, AutomationException
setElevatedLinesStyle
in interface ITrackingGlobeLayerLeaderLines
style
- A com.esri.arcgis.trackinganalyst.esriTrackingElevatedLineStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isElevatedLinesUseSymbolColor() throws IOException, AutomationException
isElevatedLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setElevatedLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isElevatedLinesPointUseSymbolColor() throws IOException, AutomationException
isElevatedLinesPointUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesPointUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setElevatedLinesPointUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getElevatedLinesColor() throws IOException, AutomationException
getElevatedLinesColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesColor(IColor color) throws IOException, AutomationException
setElevatedLinesColor
in interface ITrackingGlobeLayerLeaderLines
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getElevatedLinesLength() throws IOException, AutomationException
getElevatedLinesLength
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesLength(double length) throws IOException, AutomationException
setElevatedLinesLength
in interface ITrackingGlobeLayerLeaderLines
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElevatedLinesLengthUnits() throws IOException, AutomationException
getElevatedLinesLengthUnits
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesLengthUnits(int lengthUnits) throws IOException, AutomationException
setElevatedLinesLengthUnits
in interface ITrackingGlobeLayerLeaderLines
lengthUnits
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getElevatedLinesWidth() throws IOException, AutomationException
getElevatedLinesWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesWidth(double width) throws IOException, AutomationException
setElevatedLinesWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLeaderLinesWidth() throws IOException, AutomationException
getLeaderLinesWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesWidth(double width) throws IOException, AutomationException
setLeaderLinesWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getElevatedLinesPointWidth() throws IOException, AutomationException
getElevatedLinesPointWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesPointWidth(double width) throws IOException, AutomationException
setElevatedLinesPointWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSmoothElevatedLinesPoint() throws IOException, AutomationException
isSmoothElevatedLinesPoint
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSmoothElevatedLinesPoint(boolean smooth) throws IOException, AutomationException
setSmoothElevatedLinesPoint
in interface ITrackingGlobeLayerLeaderLines
smooth
- The smooth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getElevatedLinesPointColor() throws IOException, AutomationException
When the elevated lines point color property is set to NULL (0), the point color will follow the elevated lines color property.
getElevatedLinesPointColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesPointColor(IColor color) throws IOException, AutomationException
When the elevated lines point color property is set to NULL (0), the point color will follow the elevated lines color property.
setElevatedLinesPointColor
in interface ITrackingGlobeLayerLeaderLines
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDisplayExpressionProperties getExpressionProperties() throws IOException, AutomationException
getExpressionProperties
in interface IDisplayString
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties) throws IOException, AutomationException
setExpressionPropertiesByRef
in interface IDisplayString
displayExpressionProperties
- A reference to a com.esri.arcgis.carto.IDisplayExpressionProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String findDisplayString(IObject pObject) throws IOException, AutomationException
findDisplayString
in interface IDisplayString
pObject
- A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLPopupEnabled() throws IOException, AutomationException
isHTMLPopupEnabled
in interface IHTMLPopupIdentify
isHTMLPopupEnabled
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLPopupEnabled(boolean pEnabled) throws IOException, AutomationException
setHTMLPopupEnabled
in interface IHTMLPopupInfo
pEnabled
- The pEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHTMLPresentationStyle() throws IOException, AutomationException
getHTMLPresentationStyle
in interface IHTMLPopupIdentify
getHTMLPresentationStyle
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLPresentationStyle(int pStyle) throws IOException, AutomationException
setHTMLPresentationStyle
in interface IHTMLPopupInfo
pStyle
- A com.esri.arcgis.carto.esriHTMLPopupStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLHideFieldNameColumn() throws IOException, AutomationException
isHTMLHideFieldNameColumn
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLHideFieldNameColumn(boolean pHide) throws IOException, AutomationException
setHTMLHideFieldNameColumn
in interface IHTMLPopupInfo
pHide
- The pHide (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectField() throws IOException, AutomationException
getHTMLRedirectField
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectField(String pField) throws IOException, AutomationException
setHTMLRedirectField
in interface IHTMLPopupInfo
pField
- The pField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectFieldPrefix() throws IOException, AutomationException
getHTMLRedirectFieldPrefix
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectFieldPrefix(String pPrefix) throws IOException, AutomationException
setHTMLRedirectFieldPrefix
in interface IHTMLPopupInfo
pPrefix
- The pPrefix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectFieldSuffix() throws IOException, AutomationException
getHTMLRedirectFieldSuffix
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectFieldSuffix(String pSufix) throws IOException, AutomationException
setHTMLRedirectFieldSuffix
in interface IHTMLPopupInfo
pSufix
- The pSufix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLXSLStylesheet() throws IOException, AutomationException
getHTMLXSLStylesheet
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLXSLStylesheet(String pStyleSheet) throws IOException, AutomationException
setHTMLXSLStylesheet
in interface IHTMLPopupInfo
pStyleSheet
- The pStyleSheet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLUseCodedDomainValues() throws IOException, AutomationException
isHTMLUseCodedDomainValues
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLUseCodedDomainValues(boolean pCodedValues) throws IOException, AutomationException
setHTMLUseCodedDomainValues
in interface IHTMLPopupInfo
pCodedValues
- The pCodedValues (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLOutput(IFeature pFeature) throws IOException, AutomationException
getHTMLOutput
in interface IHTMLPopupInfo
pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLDownloadAttachmentData() throws IOException, AutomationException
isHTMLDownloadAttachmentData
in interface IHTMLPopupInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData) throws IOException, AutomationException
setHTMLDownloadAttachmentData
in interface IHTMLPopupInfo2
pDownloadAttachmentData
- The pDownloadAttachmentData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String hTMLOutput(IFeature pFeature, IPropertySet pOptions) throws IOException, AutomationException
hTMLOutput
in interface IHTMLPopupInfo2
pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pOptions
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String hTMLIdentify(IPoint pPoint, double tolerance) throws IOException, AutomationException
hTMLIdentify
in interface IHTMLPopupIdentify
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String hTMLTipText(IPoint pPoint, double tolerance) throws IOException, AutomationException
hTMLTipText
in interface IHTMLPopupIdentify
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hTMLIdentify(IDisplay pDisplay, IGeometry pGeometry, IPropertySet pOptions, IStringArray[] ppItemNames, IStringArray[] ppItemHTML) throws IOException, AutomationException
hTMLIdentify
in interface IHTMLPopupIdentify2
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pOptions
- A reference to a com.esri.arcgis.system.IPropertySet (in)ppItemNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppItemHTML
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHotlinkField() throws IOException, AutomationException
getHotlinkField
in interface IHotlinkContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHotlinkField(String fieldName) throws IOException, AutomationException
setHotlinkField
in interface IHotlinkContainer
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHotlinkType() throws IOException, AutomationException
getHotlinkType
in interface IHotlinkContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHotlinkType(int linkType) throws IOException, AutomationException
setHotlinkType
in interface IHotlinkContainer
linkType
- A com.esri.arcgis.carto.esriHyperlinkType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayFilter(IDisplayFilter displayFilter) throws IOException, AutomationException
setDisplayFilter
in interface IDisplayFilterManager
displayFilter
- A reference to a com.esri.arcgis.display.IDisplayFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDisplayFilter getDisplayFilter() throws IOException, AutomationException
getDisplayFilter
in interface IDisplayFilterManager
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsTransparency() throws IOException, AutomationException
isSupportsTransparency
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsContrastChange() throws IOException, AutomationException
isSupportsContrastChange
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsBrightnessChange() throws IOException, AutomationException
isSupportsBrightnessChange
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsInteractive(boolean supported) throws IOException, AutomationException
setSupportsInteractive
in interface ILayerEffects
supported
- 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 ILayerEffects
IOException
- 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 ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparency(short alpha) throws IOException, AutomationException
setTransparency
in interface ILayerEffects
alpha
- 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 ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContrast(short contrastValue) throws IOException, AutomationException
setContrast
in interface ILayerEffects
contrastValue
- 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 ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBrightness(short brightnessValue) throws IOException, AutomationException
setBrightness
in interface ILayerEffects
brightnessValue
- The brightnessValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 IConnectionPointContainer
ppEnum
- 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 IConnectionPointContainer
riid
- 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.public boolean isCanAccessGeometry() throws IOException, AutomationException
isCanAccessGeometry
in interface IFeatureGeometryAccess
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanSelect() throws IOException, AutomationException
Use CanSelect to determine if you can open a selection set on the table. A situation where CanSelect will be False is a standalone database table without an OID column.
isCanSelect
in interface ITableCapabilities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object convertToSupportedObject(int docVersion) throws IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsTime() throws IOException, AutomationException
This property indicates whether the layer is able to render time-related data. If this property is false, it means that time-related data cannot be handled by the underlying software.
isSupportsTime
in interface ITimeData
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseTime() throws IOException, AutomationException
This property indicates whether the meta-data used to properly configure time-related rendering has been provided. The property is also used to indicate whether the layer should use the time-related meta-data to render time-related data. If the property is false, it can mean two things:
1. The layer has not yet been provided with information like the name of the attribute in the data which contains the time of each feature.
2. The layer has simply been told not to display time-related data. This may be a temporary state change desired by a user that does not want the layer to change when running an animation.
isUseTime
in interface ITimeData
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseTime(boolean useTime) throws IOException, AutomationException
setUseTime
in interface ITimeData
useTime
- The useTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeReference getTimeReference() throws IOException, AutomationException
This is the time reference for the data that this layer is rendering/providing. This property is read-only in the ITimeData interface because not all layers have the ability to change the TimeReference property of the data they represent. If the layer has the ability to change this property, it will implement the ITimeTableDefinition interface, and through that interface provide the ability to change the property's value.
getTimeReference
in interface ITimeData
getTimeReference
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getFullTimeExtent() throws IOException, AutomationException
This property provides a TimeExtent which represents the time from the earliest time stamp in the data to the latests time stamp in the data.
getFullTimeExtent
in interface ITimeData
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasLiveData() throws IOException, AutomationException
isHasLiveData
in interface ITimeData2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasLiveData(boolean useTime) throws IOException, AutomationException
setHasLiveData
in interface ITimeData2
useTime
- The useTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getStartTimeFieldName() throws IOException, AutomationException
This property contains the name of the column which contains the start time for each feature. If the feature has only one associated time, then this field is used, and the EndTimeFieldName is not set.
getStartTimeFieldName
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartTimeFieldName(String fieldName) throws IOException, AutomationException
setStartTimeFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getEndTimeFieldName() throws IOException, AutomationException
If the data in a table has a start and an end time, this property contains the name of the column that holds the end time for each feature. If the data only has one time associated with it (it is instantaneous) then this property is not set.
getEndTimeFieldName
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndTimeFieldName(String fieldName) throws IOException, AutomationException
setEndTimeFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeValueFormat() throws IOException, AutomationException
This property contains an emumeration representing the format of the data stored in the Start Time Field and the End Time Field. The Start Time Field and the End Time Field must use the same format. Only formats allowed by this enumeration are allowed.
getTimeValueFormat
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeValueFormat(String format) throws IOException, AutomationException
setTimeValueFormat
in interface ITimeTableDefinition
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTrackIDFieldName() throws IOException, AutomationException
The TrackIDFieldName property contains the name of the field which can be used to group features by the object they represent. For example, if a table contains observations of automobiles, and each feature in the table represents the location of one automobile at one point in time, there will be one field that uniquely identifies which automobile a feature is associated with (e.g. license plate number). The TrackIDFieldName is the field that can be used to group the attributes by the real-world object that they represent (the "Track" that they belong to).
getTrackIDFieldName
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackIDFieldName(String fieldName) throws IOException, AutomationException
setTrackIDFieldName
in interface ITimeTableDefinition
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeReferenceByRef(ITimeReference nativeTimeReference) throws IOException, AutomationException
setTimeReferenceByRef
in interface ITimeTableDefinition
nativeTimeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getCustomTimeExtent() throws IOException, AutomationException
getCustomTimeExtent
in interface ITimeTableDefinition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomTimeExtentByRef(ITimeExtent layerVisibiltyTime) throws IOException, AutomationException
setCustomTimeExtentByRef
in interface ITimeTableDefinition
layerVisibiltyTime
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeDataCumulative(boolean cumilative) throws IOException, AutomationException
setTimeDataCumulative
in interface ITimeDataDisplay
cumilative
- The cumilative (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTimeDataCumulative() throws IOException, AutomationException
TimeDataCumulative is true when the data should be persist on the display as it ages. This is useful in settings where the new data "builds upon" historical data. For example when displaying the location of a wild animal, this property will cause the layer to display all of the historical locations for the animal, providing a good view of the animal's territory.
isTimeDataCumulative
in interface ITimeDataDisplay
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeInterval(double interval) throws IOException, AutomationException
setTimeInterval
in interface ITimeDataDisplay
interval
- The interval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTimeInterval() throws IOException, AutomationException
This property represents the time interval of the data used when rendering the layer. The time interval represents the minimum expected time between changes in the data. For example, when using weather imagery that is updated every 10 minutes, you would set the time interval to 10 minutes. When using census data that is recorded every year, the time interval would be set to 1 year. Note that this property is the value of the interval, and must be set along with the units for the time interval.
getTimeInterval
in interface ITimeDataDisplay
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeIntervalUnits(int units) throws IOException, AutomationException
setTimeIntervalUnits
in interface ITimeDataDisplay
units
- A com.esri.arcgis.system.esriTimeUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeIntervalUnits() throws IOException, AutomationException
This property is the enumerated value representing the time units used when measuring the time interval. This property should be read/written along with the time interval value. For more information about the time interval, see the documentation on the TimeInterval property.
getTimeIntervalUnits
in interface ITimeDataDisplay
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeOffset(double timeOffset) throws IOException, AutomationException
setTimeOffset
in interface ITimeDataDisplay
timeOffset
- The timeOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTimeOffset() throws IOException, AutomationException
The TimeOffset is used to display data at a different time on the timeline. This is for temporary purposes only. It can be useful for comparing data sets from different time period when you need to display the two sets of data together. For example, to visualize the growth pattern of two wild fires that happened in two different years, one of the layers can be given an offset that will cause it to appear as if the fire started at the same time as the other fire. In this way the growth patterns can be seen together, and compared.
getTimeOffset
in interface ITimeDataDisplay
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeOffsetUnits(int units) throws IOException, AutomationException
setTimeOffsetUnits
in interface ITimeDataDisplay
units
- A com.esri.arcgis.system.esriTimeUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeOffsetUnits() throws IOException, AutomationException
This property is the enumerated value representing the time units used when measuring the time offset. This property should be read/written along with the time offset value. For more information about the time offset, see the documentation on the TimeOffset property.
getTimeOffsetUnits
in interface ITimeDataDisplay
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsPublishing() throws IOException, AutomationException
isSupportsPublishing
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPublishingDescription() throws IOException, AutomationException
getPublishingDescription
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDataValid() throws IOException, AutomationException
isDataValid
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDataDetails(String bsPadding) throws IOException, AutomationException
getDataDetails
in interface IPublishLayer
bsPadding
- 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 IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void prepareTimeQuery(ITimeValue pTimeValue, IQueryFilter[] pFilter) throws IOException, AutomationException
prepareTimeQuery
in interface ITimeDisplayTable
pTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)pFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void prepareTimeQueryEx(ITimeValue pTimeValue, int eTimeRelation, IQueryFilter[] pFilter) throws IOException, AutomationException
prepareTimeQueryEx
in interface ITimeDisplayTable2
pTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)eTimeRelation
- A com.esri.arcgis.system.esriTimeRelation constant (in)pFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void prepareTimeQueryFromDisplay(IDisplay pDisplay, IQueryFilter[] pFilter) throws IOException, AutomationException
prepareTimeQueryFromDisplay
in interface ITimeDisplayTable2
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |