com.esri.arcgis.carto
Interface IFeatureServerInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureServerInfo, IFeatureServerInfoProxy

public interface IFeatureServerInfo
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf39468b2_cdea_444b_9f3c_234cc561ea32
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCopyrightText()
          getCopyrightText
 double getCurrentVersion()
          getCurrentVersion
 java.lang.String getDescription()
          getDescription
 IPropertySet getDocumentInfo()
          getDocumentInfo
 IEnvelope getFullExtent()
          getFullExtent
 IEnvelope getInitialExtent()
          getInitialExtent
 ITableIdentities getLayerIdentities()
          getLayerIdentities
 int getMaxRecordCount()
          getMaxRecordCount
 java.lang.String getServiceDescription()
          getServiceDescription
 ISpatialReference getSpatialReference()
          getSpatialReference
 ITableIdentities getTableIdentities()
          getTableIdentities
 int getUnits()
          getUnits
 double getZDefault()
          getZDefault
 boolean isAllowGeometryUpdates()
          isAllowGeometryUpdates
 boolean isAllowTrueCurvesUpdates()
          isAllowTrueCurvesUpdates
 boolean isEnableZDefaults()
          isEnableZDefaults
 boolean isHasVersionedData()
          isHasVersionedData
 boolean isSupportsDisconnectedEditing()
          isSupportsDisconnectedEditing
 

Field Detail

IIDf39468b2_cdea_444b_9f3c_234cc561ea32

static final int IIDf39468b2_cdea_444b_9f3c_234cc561ea32
See Also:
Constant Field Values

xxDummy

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

IID

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

isAllowGeometryUpdates

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

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

isAllowTrueCurvesUpdates

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

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

getCopyrightText

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

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

getCurrentVersion

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

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

getDescription

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

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

getDocumentInfo

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

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

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

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

getFullExtent

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

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

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

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

getInitialExtent

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

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

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

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

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

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

getSpatialReference

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

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

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

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

isSupportsDisconnectedEditing

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

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

getTableIdentities

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

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

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

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

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

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