ArcObjects Library Reference  (Carto)    

IRasterCatalogDisplayProps.ResamplingType Property

Resampling method for displaying a raster.

[Visual Basic 6.0]
Property ResamplingType As rstResamplingTypes
[Visual Basic .NET]
Public Property ResamplingType As rstResamplingTypes
[C#]
public rstResamplingTypes ResamplingType {get; set;}
[Java]
public rstResamplingTypes getResamplingType()
throws
    IOException,
    AutomationException
[Java]
public void setResamplingType(
rstResamplingTypes pstResamplingTypes
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ResamplingType(
  rstResamplingTypes* pResamplingType
);
[C++]
HRESULT put_ResamplingType(
  rstResamplingTypes pResamplingType

);

[C++]

Parameters

pResamplingType [out, retval]

  pResamplingType is a parameter of type rstResamplingTypes

pResamplingType [in]

  pResamplingType is a parameter of type rstResamplingTypes

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ResamplingType specifies the resample type used in displaying raster datasets. The default is set to be NearestNeighbor resampling.

See Also

IRasterCatalogDisplayProps Interface

 


Feedback Send feedback on this page