com.esri.arcgis.geometry
Interface IFunctionalSurface

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFunctionalSurface2, ISurface, ITinSurface, ITinSurface2
All Known Implementing Classes:
IFunctionalSurface2Proxy, IFunctionalSurfaceProxy, ISurfaceProxy, ITinSurface2Proxy, ITinSurfaceProxy, RasterSurface, Tin

public interface IFunctionalSurface
extends java.io.Serializable

COM Interface 'IFunctionalSurface'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to information about the functional surface, generating heights given x,y locations. Also see IFunctionalSurface2.' 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 IID98d17b10_951c_11d2_bcfc_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPolygon getDomain()
          The interpolation domain of the surface.
 double getZ(double x, double y)
          The surface Z = f(x,y).
 

Field Detail

IID98d17b10_951c_11d2_bcfc_0000f875bcce

static final int IID98d17b10_951c_11d2_bcfc_0000f875bcce
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

getZ

double getZ(double x,
            double y)
            throws java.io.IOException,
                   AutomationException
The surface Z = f(x,y).

Parameters:
x - The x (in)
y - The y (in)
Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomain

IPolygon getDomain()
                   throws java.io.IOException,
                          AutomationException
The interpolation domain of the surface.

Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.