|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.analyst3dtools.ConstructSightLines
public class ConstructSightLines
Constructs lines between each of the observer points and each of the target features. The Construct Sight Lines tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ConstructSightLines()
Creates the Construct Sight Lines tool with defaults. |
|
ConstructSightLines(Object inObserverPoints,
Object inTargetFeatures,
Object outLineFeatureClass)
Creates the Construct Sight Lines tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInObserverPoints()
Returns the Observer Points parameter of this tool . |
Object |
getInTargetFeatures()
Returns the Target Features parameter of this tool . |
String |
getJoinField()
Returns the Join Field parameter of this tool . |
String |
getObserverHeightField()
Returns the Observer Height Field parameter of this tool . |
Object |
getOutLineFeatureClass()
Returns the Output parameter of this tool . |
double |
getSampleDistance()
Returns the Sampling Distance parameter of this tool . |
String |
getTargetHeightField()
Returns the Target Height Field parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInObserverPoints(Object inObserverPoints)
Sets the Observer Points parameter of this tool . |
void |
setInTargetFeatures(Object inTargetFeatures)
Sets the Target Features parameter of this tool . |
void |
setJoinField(String joinField)
Sets the Join Field parameter of this tool . |
void |
setObserverHeightField(String observerHeightField)
Sets the Observer Height Field parameter of this tool . |
void |
setOutLineFeatureClass(Object outLineFeatureClass)
Sets the Output parameter of this tool . |
void |
setSampleDistance(double sampleDistance)
Sets the Sampling Distance parameter of this tool . |
void |
setTargetHeightField(String targetHeightField)
Sets the Target Height Field parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstructSightLines()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConstructSightLines(Object inObserverPoints, Object inTargetFeatures, Object outLineFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inObserverPoints
- the observer point(s).inTargetFeatures
- the target features (points, multipoints, lines, polygons).outLineFeatureClass
- the output feature class containing the 2D/3D sight lines.Method Detail |
---|
public Object getInObserverPoints()
public void setInObserverPoints(Object inObserverPoints)
inObserverPoints
- the observer point(s).public Object getInTargetFeatures()
public void setInTargetFeatures(Object inTargetFeatures)
inTargetFeatures
- the target features (points, multipoints, lines, polygons).public Object getOutLineFeatureClass()
public void setOutLineFeatureClass(Object outLineFeatureClass)
outLineFeatureClass
- the output feature class containing the 2D/3D sight lines.public String getObserverHeightField()
public void setObserverHeightField(String observerHeightField)
observerHeightField
- the height field for the observer. a default Observer Height Field field is selected by searching from the list below in that order. If no suitable height field exists a field value of public String getTargetHeightField()
public void setTargetHeightField(String targetHeightField)
targetHeightField
- the height field for the target. a default Target Height Field field is selected by searching from the list below in that order. If no suitable height field exists a field value of public String getJoinField()
public void setJoinField(String joinField)
joinField
- the join field is used to match observers to specific targets.public double getSampleDistance()
public void setSampleDistance(double sampleDistance)
sampleDistance
- the distance between samples when the target is either a line or polygon feature class. The Sampling Distance units should be given in x,y units of output feature class.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |