com.esri.arcgis.geoanalyst
Interface ISurfaceOp2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISurfaceOp2Proxy, RasterSurfaceOp

public interface ISurfaceOp2
extends java.io.Serializable

COM Interface 'ISurfaceOp2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to additional members that control the Surface Operation.' 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 IID1b987743_5ec7_4722_8ae3_15d78ad1dd41
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset aspect(IGeoDataset geoDataset)
          Calculates Aspect.
 IGeoDataset contour(IGeoDataset geoDataset, double interval, java.lang.Object base, java.lang.Object zFactor)
          Creates contours or isolines based off of a constant interval from a base contour.
 void contourAsPolyline(IGeoDataset geoDataset, IPoint inputPoint, IPolyline[] contourLine, double[] elevation)
          Creates a single contour or isoline that passes through a specified point on a surface.
 IGeoDataset contourList(IGeoDataset geoDataset, java.lang.Object contoursArray)
          Creates contours or isolines based off a list of contour values.
 void contoursAsPolylines(IGeoDataset geoDataset, IPointCollection inputPoints, IGeometryCollection[] contourLines, IPointCollection[] outputPointsWithElevations)
          Creates multiple contours or isolines that pass through specified points on a surface.
 IGeoDataset curvature(IGeoDataset geoDataset, boolean profile, boolean plan, java.lang.Object zFactor)
          Calculates curvature, optionally including profile and plan curvature.
 IGeoDataset cutFill(IGeoDataset beforeGeoDataset, IGeoDataset afterGeoDataset, java.lang.Object zFactor)
          Calculates cut and fill areas.
 IGeoDataset hillShade(IGeoDataset geoDataset, double azimuth, double altitude, boolean inModelShadows, java.lang.Object zFactor)
          Calculates Hillshade.
 IGeoDataset slope(IGeoDataset geoDataset, int slopeType, java.lang.Object zFactor)
          Calculates Slope.
 IGeoDataset visibility(IGeoDataset geoDataset, IGeoDataset observers, int visType, java.lang.Object pZFactor, java.lang.Object pRefractivityCoefficient)
          Performs visibility analysis on a surface based on a set of input observation points.
 

Field Detail

IID1b987743_5ec7_4722_8ae3_15d78ad1dd41

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

hillShade

IGeoDataset hillShade(IGeoDataset geoDataset,
                      double azimuth,
                      double altitude,
                      boolean inModelShadows,
                      java.lang.Object zFactor)
                      throws java.io.IOException,
                             AutomationException
Calculates Hillshade.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
azimuth - The azimuth (in)
altitude - The altitude (in)
inModelShadows - The inModelShadows (in)
zFactor - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

slope

IGeoDataset slope(IGeoDataset geoDataset,
                  int slopeType,
                  java.lang.Object zFactor)
                  throws java.io.IOException,
                         AutomationException
Calculates Slope.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
slopeType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSlopeEnum constant (in)
zFactor - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

aspect

IGeoDataset aspect(IGeoDataset geoDataset)
                   throws java.io.IOException,
                          AutomationException
Calculates Aspect.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cutFill

IGeoDataset cutFill(IGeoDataset beforeGeoDataset,
                    IGeoDataset afterGeoDataset,
                    java.lang.Object zFactor)
                    throws java.io.IOException,
                           AutomationException
Calculates cut and fill areas.

Parameters:
beforeGeoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
afterGeoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
zFactor - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

contour

IGeoDataset contour(IGeoDataset geoDataset,
                    double interval,
                    java.lang.Object base,
                    java.lang.Object zFactor)
                    throws java.io.IOException,
                           AutomationException
Creates contours or isolines based off of a constant interval from a base contour.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
interval - The interval (in)
base - A Variant (in, optional, pass null if not required)
zFactor - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

curvature

IGeoDataset curvature(IGeoDataset geoDataset,
                      boolean profile,
                      boolean plan,
                      java.lang.Object zFactor)
                      throws java.io.IOException,
                             AutomationException
Calculates curvature, optionally including profile and plan curvature.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
profile - The profile (in)
plan - The plan (in)
zFactor - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

contourList

IGeoDataset contourList(IGeoDataset geoDataset,
                        java.lang.Object contoursArray)
                        throws java.io.IOException,
                               AutomationException
Creates contours or isolines based off a list of contour values.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
contoursArray - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

contoursAsPolylines

void contoursAsPolylines(IGeoDataset geoDataset,
                         IPointCollection inputPoints,
                         IGeometryCollection[] contourLines,
                         IPointCollection[] outputPointsWithElevations)
                         throws java.io.IOException,
                                AutomationException
Creates multiple contours or isolines that pass through specified points on a surface.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
inputPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
contourLines - A reference to a com.esri.arcgis.geometry.IGeometryCollection (out: use single element array)
outputPointsWithElevations - A reference to a com.esri.arcgis.geometry.IPointCollection (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

contourAsPolyline

void contourAsPolyline(IGeoDataset geoDataset,
                       IPoint inputPoint,
                       IPolyline[] contourLine,
                       double[] elevation)
                       throws java.io.IOException,
                              AutomationException
Creates a single contour or isoline that passes through a specified point on a surface.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
inputPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
contourLine - A reference to a com.esri.arcgis.geometry.IPolyline (out: use single element array)
elevation - The elevation (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

visibility

IGeoDataset visibility(IGeoDataset geoDataset,
                       IGeoDataset observers,
                       int visType,
                       java.lang.Object pZFactor,
                       java.lang.Object pRefractivityCoefficient)
                       throws java.io.IOException,
                              AutomationException
Performs visibility analysis on a surface based on a set of input observation points.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
observers - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
visType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisVisibilityEnum constant (in)
pZFactor - A Variant (in, optional, pass null if not required)
pRefractivityCoefficient - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.