com.esri.core.tasks.ags.find
Class FindParameters

java.lang.Object
  extended by com.esri.core.tasks.ags.find.FindParameters

public class FindParameters
extends Object


Constructor Summary
FindParameters()
           
FindParameters(String searchText, int[] layerIds)
           
 
Method Summary
 LayerInfo[] getDynamicLayers()
           
 String getGdbVersion()
           
 int getGeometryPrecision()
           
 Map<Integer,String> getLayerDefs()
           
 int[] getLayerIds()
           
 double getMaxAllowableOffset()
           
 SpatialReference getOutputSpatialRef()
           
 String[] getSearchFields()
           
 String getSearchText()
           
 boolean isContainsSearchText()
           
 boolean isReturnGeometry()
           
 boolean isReturnM()
           
 boolean isReturnZ()
           
 void setContainsSearchText(boolean containsSearchText)
           
 void setDynamicLayers(LayerInfo[] dynamicLayers)
           
 void setGdbVersion(String gdbVersion)
           
 void setGeometryPrecision(int geometryPrecision)
           
 void setLayerDefs(Map<Integer,String> layerDefs)
           
 void setLayerIds(int[] layerIds)
           
 void setMaxAllowableOffset(double maxAllowableOffset)
           
 void setOutputSpatialRef(SpatialReference outputSpatialRef)
           
 void setReturnGeometry(boolean returnGeometry)
           
 void setReturnM(boolean returnM)
           
 void setReturnZ(boolean returnZ)
           
 void setSearchFields(String[] searchFields)
           
 void setSearchText(String searchText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindParameters

public FindParameters()

FindParameters

public FindParameters(String searchText,
                      int[] layerIds)
Method Detail

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.