com.esri.core.tasks.ags.find
Class FindParameters
java.lang.Object
com.esri.core.tasks.ags.find.FindParameters
public class FindParameters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindParameters
public FindParameters()
FindParameters
public FindParameters(String searchText,
int[] layerIds)
getSearchText
public String getSearchText()
- Returns:
- the searchText
setSearchText
public void setSearchText(String searchText)
- Parameters:
searchText
- the searchText to set
isContainsSearchText
public boolean isContainsSearchText()
- Returns:
- the containsSearchText
setContainsSearchText
public void setContainsSearchText(boolean containsSearchText)
- Parameters:
containsSearchText
- the containsSearchText to set
getSearchFields
public String[] getSearchFields()
- Returns:
- the searchFields
setSearchFields
public void setSearchFields(String[] searchFields)
- Parameters:
searchFields
- the searchFields to set
getOutputSpatialRef
public SpatialReference getOutputSpatialRef()
- Returns:
- the outputSpatialRef
setOutputSpatialRef
public void setOutputSpatialRef(SpatialReference outputSpatialRef)
- Parameters:
outputSpatialRef
- the outputSpatialRef to set
getLayerDefs
public Map<Integer,String> getLayerDefs()
- Returns:
- the layerDefs
setLayerDefs
public void setLayerDefs(Map<Integer,String> layerDefs)
- Parameters:
layerDefs
- the layerDefs to set
getLayerIds
public int[] getLayerIds()
- Returns:
- the layerIds
setLayerIds
public void setLayerIds(int[] layerIds)
- Parameters:
layerIds
- the layerIds to set
isReturnGeometry
public boolean isReturnGeometry()
- Returns:
- the returnGeometry
setReturnGeometry
public void setReturnGeometry(boolean returnGeometry)
- Parameters:
returnGeometry
- the returnGeometry to set
getMaxAllowableOffset
public double getMaxAllowableOffset()
- Returns:
- the maxAllowableOffset
setMaxAllowableOffset
public void setMaxAllowableOffset(double maxAllowableOffset)
- Parameters:
maxAllowableOffset
- the maxAllowableOffset to set
getGeometryPrecision
public int getGeometryPrecision()
- Returns:
- the geometryPrecision
setGeometryPrecision
public void setGeometryPrecision(int geometryPrecision)
- Parameters:
geometryPrecision
- the geometryPrecision to set
getDynamicLayers
public LayerInfo[] getDynamicLayers()
- Returns:
- the dynamicLayers
setDynamicLayers
public void setDynamicLayers(LayerInfo[] dynamicLayers)
- Parameters:
dynamicLayers
- the dynamicLayers to set
isReturnZ
public boolean isReturnZ()
- Returns:
- the returnZ
setReturnZ
public void setReturnZ(boolean returnZ)
- Parameters:
returnZ
- the returnZ to set
isReturnM
public boolean isReturnM()
- Returns:
- the returnM
setReturnM
public void setReturnM(boolean returnM)
- Parameters:
returnM
- the returnM to set
getGdbVersion
public String getGdbVersion()
- Returns:
- the gdbVersion
setGdbVersion
public void setGdbVersion(String gdbVersion)
- Parameters:
gdbVersion
- the gdbVersion to set
Copyright © 2012. All Rights Reserved.