com.esri.arcgis.schematic
Class ISchematicSpatialQueryRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicSpatialQueryRuleProxy
All Implemented Interfaces:
ISchematicSpatialQueryRule, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISchematicSpatialQueryRule'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the generic Schematic Spatial Query rule.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class ISchematicSpatialQueryRuleProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicSpatialQueryRule, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicSpatialQueryRule
IID, IID7b2e34b8_f671_420f_a713_785d7679333e
 
Constructor Summary
  ISchematicSpatialQueryRuleProxy()
          Deprecated. For internal use only
  ISchematicSpatialQueryRuleProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicSpatialQueryRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicSpatialQueryRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicSpatialQueryRuleProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getBufferDistance()
          Deprecated. Spatial buffer distance of the Schematic Spatial Query rule.
 int getBufferUnits()
          Deprecated. Spatial buffer units of the Schematic Spatial Query rule.
 java.lang.String getDescription()
          Deprecated. Description of the Schematic Spatial Query rule.
 java.lang.String getRelationshipElementClassName()
          Deprecated. Relationship element class name related to the Schematic Relationship rule.
 int getSearchMethod()
          Deprecated. List of the target element class names.
 java.lang.String getSourceElementClassName()
          Deprecated. Source element class name related to the Schematic Spatial Query rule.
 java.lang.Object getTargetElementClassNames()
          Deprecated. List of the target element class names.
 boolean isAddElements()
          Deprecated. Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.
 boolean isAddRelationshipElement()
          Deprecated. Indicates if the relationship element must be included in the diagram.
 boolean isBufferUsed()
          Deprecated. Indicates if the Schematic Spatial Query rule uses a spatial buffer.
 boolean isKeepVertices()
          Deprecated. Indicates if the Schematic Spatial Query rule keeps the links vertices.
 boolean isRelateConnectedNodes()
          Deprecated. Indicates if the relation must be reported on the origin and end nodes of links when schematic links are returned by the Schematic Spatial Query rule.
 boolean isRelateElements()
          Deprecated. Indicates if a relation between elements must be initialized.
 boolean isReverseRelation()
          Deprecated. Indicates if the relation between elements must be reversed.
 boolean isReverseRelationshipLinkOrientation()
          Deprecated. Indicates if the relationship link orientation must be reversed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAddElements(boolean addElements)
          Deprecated. Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.
 void setAddRelationshipElement(boolean addRelationshipElement)
          Deprecated. Indicates if the relationship element must be included in the diagram.
 void setBufferDistance(double bufferDistance)
          Deprecated. Spatial buffer distance of the Schematic Spatial Query rule.
 void setBufferUnits(int bufferUnits)
          Deprecated. Spatial buffer units of the Schematic Spatial Query rule.
 void setBufferUsed(boolean bufferUsed)
          Deprecated. Indicates if the Schematic Spatial Query rule uses a spatial buffer.
 void setDescription(java.lang.String description)
          Deprecated. Description of the Schematic Spatial Query rule.
 void setKeepVertices(boolean keepVertices)
          Deprecated. Indicates if the Schematic Spatial Query rule keeps the links vertices.
 void setRelateConnectedNodes(boolean relateConnectedNodes)
          Deprecated. Indicates if the relation must be reported on the origin and end nodes of links when schematic links are returned by the Schematic Spatial Query rule.
 void setRelateElements(boolean relateElements)
          Deprecated. Indicates if a relation between elements must be initialized.
 void setRelationshipElementClassName(java.lang.String relationshipClassName)
          Deprecated. Relationship element class name related to the Schematic Relationship rule.
 void setReverseRelation(boolean reverseTRelation)
          Deprecated. Indicates if the relation between elements must be reversed.
 void setReverseRelationshipLinkOrientation(boolean reverseRelationshipLinkOrientation)
          Deprecated. Indicates if the relationship link orientation must be reversed.
 void setSearchMethod(int searchMethod)
          Deprecated. List of the target element class names.
 void setSourceElementClassName(java.lang.String sourceClassName)
          Deprecated. Source element class name related to the Schematic Spatial Query rule.
 void setTargetElementClassNames(java.lang.Object names)
          Deprecated. List of the target element class names.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISchematicSpatialQueryRuleProxy

public ISchematicSpatialQueryRuleProxy(java.lang.String CLSID,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.net.UnknownHostException,
                                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicSpatialQueryRuleProxy

public ISchematicSpatialQueryRuleProxy()
Deprecated. 
For internal use only


ISchematicSpatialQueryRuleProxy

public ISchematicSpatialQueryRuleProxy(java.lang.Object obj)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicSpatialQueryRuleProxy

protected ISchematicSpatialQueryRuleProxy(java.lang.Object obj,
                                          java.lang.String iid)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicSpatialQueryRuleProxy

protected ISchematicSpatialQueryRuleProxy(java.lang.String CLSID,
                                          java.lang.String iid,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Description of the Schematic Spatial Query rule.

Specified by:
getDescription in interface ISchematicSpatialQueryRule
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Description of the Schematic Spatial Query rule.

Specified by:
setDescription in interface ISchematicSpatialQueryRule
Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceElementClassName

public java.lang.String getSourceElementClassName()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Source element class name related to the Schematic Spatial Query rule.

Specified by:
getSourceElementClassName in interface ISchematicSpatialQueryRule
Returns:
The sourceClassName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceElementClassName

public void setSourceElementClassName(java.lang.String sourceClassName)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Source element class name related to the Schematic Spatial Query rule.

Specified by:
setSourceElementClassName in interface ISchematicSpatialQueryRule
Parameters:
sourceClassName - The sourceClassName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetElementClassNames

public java.lang.Object getTargetElementClassNames()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
List of the target element class names.

Specified by:
getTargetElementClassNames in interface ISchematicSpatialQueryRule
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetElementClassNames

public void setTargetElementClassNames(java.lang.Object names)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
List of the target element class names.

Specified by:
setTargetElementClassNames in interface ISchematicSpatialQueryRule
Parameters:
names - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchMethod

public int getSearchMethod()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
List of the target element class names.

Specified by:
getSearchMethod in interface ISchematicSpatialQueryRule
Returns:
A com.esri.arcgis.schematic.esriSchematicSpatialQueryRuleSearchMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSearchMethod

public void setSearchMethod(int searchMethod)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
List of the target element class names.

Specified by:
setSearchMethod in interface ISchematicSpatialQueryRule
Parameters:
searchMethod - A com.esri.arcgis.schematic.esriSchematicSpatialQueryRuleSearchMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isKeepVertices

public boolean isKeepVertices()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the Schematic Spatial Query rule keeps the links vertices.

Specified by:
isKeepVertices in interface ISchematicSpatialQueryRule
Returns:
The keepVertices
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepVertices

public void setKeepVertices(boolean keepVertices)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the Schematic Spatial Query rule keeps the links vertices.

Specified by:
setKeepVertices in interface ISchematicSpatialQueryRule
Parameters:
keepVertices - The keepVertices (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBufferUsed

public boolean isBufferUsed()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the Schematic Spatial Query rule uses a spatial buffer.

Specified by:
isBufferUsed in interface ISchematicSpatialQueryRule
Returns:
The bufferUsed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBufferUsed

public void setBufferUsed(boolean bufferUsed)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the Schematic Spatial Query rule uses a spatial buffer.

Specified by:
setBufferUsed in interface ISchematicSpatialQueryRule
Parameters:
bufferUsed - The bufferUsed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBufferDistance

public double getBufferDistance()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Spatial buffer distance of the Schematic Spatial Query rule.

Specified by:
getBufferDistance in interface ISchematicSpatialQueryRule
Returns:
The bufferDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBufferDistance

public void setBufferDistance(double bufferDistance)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Spatial buffer distance of the Schematic Spatial Query rule.

Specified by:
setBufferDistance in interface ISchematicSpatialQueryRule
Parameters:
bufferDistance - The bufferDistance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBufferUnits

public int getBufferUnits()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Spatial buffer units of the Schematic Spatial Query rule.

Specified by:
getBufferUnits in interface ISchematicSpatialQueryRule
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBufferUnits

public void setBufferUnits(int bufferUnits)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Spatial buffer units of the Schematic Spatial Query rule.

Specified by:
setBufferUnits in interface ISchematicSpatialQueryRule
Parameters:
bufferUnits - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAddElements

public boolean isAddElements()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.

Specified by:
isAddElements in interface ISchematicSpatialQueryRule
Returns:
The addElements
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAddElements

public void setAddElements(boolean addElements)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.

Specified by:
setAddElements in interface ISchematicSpatialQueryRule
Parameters:
addElements - The addElements (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRelateElements

public boolean isRelateElements()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if a relation between elements must be initialized.

Specified by:
isRelateElements in interface ISchematicSpatialQueryRule
Returns:
The relateElements
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelateElements

public void setRelateElements(boolean relateElements)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if a relation between elements must be initialized.

Specified by:
setRelateElements in interface ISchematicSpatialQueryRule
Parameters:
relateElements - The relateElements (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReverseRelation

public boolean isReverseRelation()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the relation between elements must be reversed.

Specified by:
isReverseRelation in interface ISchematicSpatialQueryRule
Returns:
The reverseTRelation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReverseRelation

public void setReverseRelation(boolean reverseTRelation)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the relation between elements must be reversed.

Specified by:
setReverseRelation in interface ISchematicSpatialQueryRule
Parameters:
reverseTRelation - The reverseTRelation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRelateConnectedNodes

public boolean isRelateConnectedNodes()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the relation must be reported on the origin and end nodes of links when schematic links are returned by the Schematic Spatial Query rule.

Specified by:
isRelateConnectedNodes in interface ISchematicSpatialQueryRule
Returns:
The relateConnectedNodes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelateConnectedNodes

public void setRelateConnectedNodes(boolean relateConnectedNodes)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the relation must be reported on the origin and end nodes of links when schematic links are returned by the Schematic Spatial Query rule.

Specified by:
setRelateConnectedNodes in interface ISchematicSpatialQueryRule
Parameters:
relateConnectedNodes - The relateConnectedNodes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipElementClassName

public java.lang.String getRelationshipElementClassName()
                                                 throws java.io.IOException,
                                                        AutomationException
Deprecated. 
Relationship element class name related to the Schematic Relationship rule.

Specified by:
getRelationshipElementClassName in interface ISchematicSpatialQueryRule
Returns:
The relationshipClassName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelationshipElementClassName

public void setRelationshipElementClassName(java.lang.String relationshipClassName)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Relationship element class name related to the Schematic Relationship rule.

Specified by:
setRelationshipElementClassName in interface ISchematicSpatialQueryRule
Parameters:
relationshipClassName - The relationshipClassName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAddRelationshipElement

public boolean isAddRelationshipElement()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the relationship element must be included in the diagram.

Specified by:
isAddRelationshipElement in interface ISchematicSpatialQueryRule
Returns:
The addRelationshipElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAddRelationshipElement

public void setAddRelationshipElement(boolean addRelationshipElement)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the relationship element must be included in the diagram.

Specified by:
setAddRelationshipElement in interface ISchematicSpatialQueryRule
Parameters:
addRelationshipElement - The addRelationshipElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReverseRelationshipLinkOrientation

public boolean isReverseRelationshipLinkOrientation()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
Indicates if the relationship link orientation must be reversed.

Specified by:
isReverseRelationshipLinkOrientation in interface ISchematicSpatialQueryRule
Returns:
The reverseRelationshipLinkOrientation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReverseRelationshipLinkOrientation

public void setReverseRelationshipLinkOrientation(boolean reverseRelationshipLinkOrientation)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Indicates if the relationship link orientation must be reversed.

Specified by:
setReverseRelationshipLinkOrientation in interface ISchematicSpatialQueryRule
Parameters:
reverseRelationshipLinkOrientation - The reverseRelationshipLinkOrientation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.