com.esri.arcgis.carto
Class IFeatureServerInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IFeatureServerInfoProxy
All Implemented Interfaces:
IFeatureServerInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IFeatureServerInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a feature server info object.' 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 IFeatureServerInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IFeatureServerInfo, 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.carto.IFeatureServerInfo
IID, IIDf39468b2_cdea_444b_9f3c_234cc561ea32
 
Constructor Summary
  IFeatureServerInfoProxy()
          Deprecated. For internal use only
  IFeatureServerInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IFeatureServerInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IFeatureServerInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IFeatureServerInfoProxy(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.  
 java.lang.String getCopyrightText()
          Deprecated. getCopyrightText
 double getCurrentVersion()
          Deprecated. getCurrentVersion
 java.lang.String getDescription()
          Deprecated. getDescription
 IPropertySet getDocumentInfo()
          Deprecated. getDocumentInfo
 IEnvelope getFullExtent()
          Deprecated. getFullExtent
 IEnvelope getInitialExtent()
          Deprecated. getInitialExtent
 ITableIdentities getLayerIdentities()
          Deprecated. getLayerIdentities
 int getMaxRecordCount()
          Deprecated. getMaxRecordCount
 java.lang.String getServiceDescription()
          Deprecated. getServiceDescription
 ISpatialReference getSpatialReference()
          Deprecated. getSpatialReference
 ITableIdentities getTableIdentities()
          Deprecated. getTableIdentities
 int getUnits()
          Deprecated. getUnits
 double getZDefault()
          Deprecated. getZDefault
 boolean isAllowGeometryUpdates()
          Deprecated. isAllowGeometryUpdates
 boolean isAllowTrueCurvesUpdates()
          Deprecated. isAllowTrueCurvesUpdates
 boolean isEnableZDefaults()
          Deprecated. isEnableZDefaults
 boolean isHasVersionedData()
          Deprecated. isHasVersionedData
 boolean isSupportsDisconnectedEditing()
          Deprecated. isSupportsDisconnectedEditing
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IFeatureServerInfoProxy

public IFeatureServerInfoProxy(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

IFeatureServerInfoProxy

public IFeatureServerInfoProxy()
Deprecated. 
For internal use only


IFeatureServerInfoProxy

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

IFeatureServerInfoProxy

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

IFeatureServerInfoProxy

protected IFeatureServerInfoProxy(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

isAllowGeometryUpdates

public boolean isAllowGeometryUpdates()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
isAllowGeometryUpdates

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

isAllowTrueCurvesUpdates

public boolean isAllowTrueCurvesUpdates()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
isAllowTrueCurvesUpdates

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

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
getCopyrightText

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

getCurrentVersion

public double getCurrentVersion()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
getCurrentVersion

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
getDescription

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

getDocumentInfo

public IPropertySet getDocumentInfo()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
getDocumentInfo

Specified by:
getDocumentInfo in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableZDefaults

public boolean isEnableZDefaults()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
isEnableZDefaults

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

getFullExtent

public IEnvelope getFullExtent()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
getFullExtent

Specified by:
getFullExtent in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasVersionedData

public boolean isHasVersionedData()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
isHasVersionedData

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

getInitialExtent

public IEnvelope getInitialExtent()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
getInitialExtent

Specified by:
getInitialExtent in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerIdentities

public ITableIdentities getLayerIdentities()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
getLayerIdentities

Specified by:
getLayerIdentities in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.carto.ITableIdentities
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRecordCount

public int getMaxRecordCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
getMaxRecordCount

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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
getSpatialReference

Specified by:
getSpatialReference in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceDescription

public java.lang.String getServiceDescription()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
getServiceDescription

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

isSupportsDisconnectedEditing

public boolean isSupportsDisconnectedEditing()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
isSupportsDisconnectedEditing

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

getTableIdentities

public ITableIdentities getTableIdentities()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
getTableIdentities

Specified by:
getTableIdentities in interface IFeatureServerInfo
Returns:
A reference to a com.esri.arcgis.carto.ITableIdentities
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnits

public int getUnits()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
getUnits

Specified by:
getUnits in interface IFeatureServerInfo
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.

getZDefault

public double getZDefault()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
getZDefault

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