|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVectorFieldRendererFunctionArguments
COM Interface 'IVectorFieldRendererFunctionArguments'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control vector field renderer function arguments.' 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 |
IID4bab2437_8341_4c58_8819_02815e06681c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getCalculationMethod()
The calculation method that will be used for resampling dataThe calculation method is used to determine how to calculate the magnitude and direction of the vector symbol.The following are the valid calculation methods:Vector Average: computes the average of U ???\? |
IClassBreaksRenderer |
getClassBreaksRenderer()
The Class breaks renderer is used for rendering vector symbols. |
int |
getDirectionBandID()
The direction band id. |
int |
getFromUnit()
he unit of input data. |
int |
getMagnitudeBandID()
The magnitude band id. |
int |
getMassFlowAngleRepresentation()
The mass flow angle representation set on the renderer. |
double |
getMaximumMagnitude()
The maximum magnitude value. |
double |
getMaximumSymbolSize()
The maximum symbol size. |
double |
getMinimumMagnitude()
The minimum magnitude value. |
double |
getMinimumSymbolSize()
The minimum symbol size. |
java.lang.Object |
getRaster()
The input raster. |
int |
getReferenceSystem()
. |
java.lang.String |
getSymbologyName()
The name of the symbology used for rendering vector dataThe symbology names should be one of the following:Simple ScalarSingle ArrowWind BarbBeaufort Wind (Knots)Beaufort Wind (MetersPerSecond)Ocean Current (Knots)Ocean Current (MetersPerSecond). |
double |
getSymbolTileSize()
The tile size that is used to control the density of the symbols. |
int |
getSymbolTileSizeUnits()
The units associated with the tile size. |
ISymbol |
getTemplateSymbol()
Template symbol for rendering the vector field. |
int |
getToUnit()
The unit of output data. |
boolean |
isUVComponents()
Input is UV components. |
void |
setCalculationMethod(java.lang.String pMethod)
The calculation method that will be used for resampling dataThe calculation method is used to determine how to calculate the magnitude and direction of the vector symbol.The following are the valid calculation methods:Vector Average: computes the average of U ???\? |
void |
setClassBreaksRenderer(IClassBreaksRenderer ppClassBreaksRenderer)
The Class breaks renderer is used for rendering vector symbols. |
void |
setDirectionBandID(int pBandID)
The direction band id. |
void |
setFromUnit(int pValue)
he unit of input data. |
void |
setIsUVComponents(boolean pIsUVComponents)
Input is UV components. |
void |
setMagnitudeBandID(int pBandID)
The magnitude band id. |
void |
setMassFlowAngleRepresentation(int pType)
The mass flow angle representation set on the renderer. |
void |
setMaximumMagnitude(double pValue)
The maximum magnitude value. |
void |
setMaximumSymbolSize(double pValue)
The maximum symbol size. |
void |
setMinimumMagnitude(double pValue)
The minimum magnitude value. |
void |
setMinimumSymbolSize(double pValue)
The minimum symbol size. |
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster. |
void |
setReferenceSystem(int pType)
. |
void |
setSymbologyName(java.lang.String pName)
The name of the symbology used for rendering vector dataThe symbology names should be one of the following:Simple ScalarSingle ArrowWind BarbBeaufort Wind (Knots)Beaufort Wind (MetersPerSecond)Ocean Current (Knots)Ocean Current (MetersPerSecond). |
void |
setSymbolTileSize(double pSize)
The tile size that is used to control the density of the symbols. |
void |
setSymbolTileSizeUnits(int pUnits)
The units associated with the tile size. |
void |
setTemplateSymbolByRef(ISymbol ppSymbol)
Template symbol for rendering the vector field. |
void |
setToUnit(int pValue)
The unit of output data. |
Field Detail |
---|
static final int IID4bab2437_8341_4c58_8819_02815e06681c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMagnitudeBandID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMagnitudeBandID(int pBandID) throws java.io.IOException, AutomationException
pBandID
- The pBandID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirectionBandID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirectionBandID(int pBandID) throws java.io.IOException, AutomationException
pBandID
- The pBandID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUVComponents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsUVComponents(boolean pIsUVComponents) throws java.io.IOException, AutomationException
pIsUVComponents
- The pIsUVComponents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReferenceSystem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceSystem(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.carto.esriSymbolRotationType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMassFlowAngleRepresentation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMassFlowAngleRepresentation(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.carto.esriMassFlowAngleRepresentation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSymbolTileSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolTileSize(double pSize) throws java.io.IOException, AutomationException
pSize
- The pSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSymbolTileSizeUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolTileSizeUnits(int pUnits) throws java.io.IOException, AutomationException
pUnits
- A com.esri.arcgis.carto.esriSymbolTileSizeUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCalculationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalculationMethod(java.lang.String pMethod) throws java.io.IOException, AutomationException
pMethod
- The pMethod (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSymbologyName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbologyName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getTemplateSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemplateSymbolByRef(ISymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IClassBreaksRenderer getClassBreaksRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassBreaksRenderer(IClassBreaksRenderer ppClassBreaksRenderer) throws java.io.IOException, AutomationException
ppClassBreaksRenderer
- A reference to a com.esri.arcgis.carto.IClassBreaksRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumMagnitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumMagnitude(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumMagnitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumMagnitude(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumSymbolSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumSymbolSize(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumSymbolSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumSymbolSize(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFromUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromUnit(int pValue) throws java.io.IOException, AutomationException
pValue
- A com.esri.arcgis.system.esriSpeedUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToUnit(int pValue) throws java.io.IOException, AutomationException
pValue
- A com.esri.arcgis.system.esriSpeedUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |