com.esri.core.tasks.ags.query
Class QueryRelatedRecordsParameters

java.lang.Object
  extended by com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters

public class QueryRelatedRecordsParameters
extends Object

The Class QueryRelatedRecordsParameters.


Constructor Summary
QueryRelatedRecordsParameters()
          Instantiates a new query related records parameters.
 
Method Summary
 String getDefintionExpression()
          Gets the defintion expression.
 double getMaxAllowableOffset()
          Gets the max allowable offset.
 int[] getObjectIds()
          Gets the object ids.
 String[] getOutFields()
          Gets the out fields.
 SpatialReference getOutSpatialReference()
          Gets the out spatial reference.
 int getRelationshipId()
          Gets the relationship id.
 boolean isReturnGeometry()
          Checks if is return geometry.
 boolean isReturnM()
          Checks if M values are returned in geometries.
 boolean isReturnZ()
          Checks if Z values are returned in geometries.
 void setDefinitionExpression(String defintionExpression)
          Sets the definition expression.
 void setMaxAllowableOffset(double offset)
          Sets the max allowable offset.
 void setObjectIds(int[] objectIds)
          Sets the object ids.
 void setOutFields(String[] outFields)
          Sets the out fields.
 void setOutSpatialReference(SpatialReference outSR)
          Sets the out spatial reference.
 void setRelationshipId(int id)
          Sets the relationship id.
 void setReturnGeometry(boolean returnGeometry)
          Sets the return geometry.
 void setReturnM(boolean returnM)
          Sets if M values are returned in geometries.
 void setReturnZ(boolean returnZ)
          Sets if Z values are returned in geometries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRelatedRecordsParameters

public QueryRelatedRecordsParameters()
Instantiates a new query related records parameters.

Method Detail

setObjectIds

public void setObjectIds(int[] objectIds)
Sets the object ids.

Parameters:
objectIds - the new object ids

getObjectIds

public int[] getObjectIds()
Gets the object ids.

Returns:
the object ids

setRelationshipId

public void setRelationshipId(int id)
Sets the relationship id.

Parameters:
id - the new relationship id

getRelationshipId

public int getRelationshipId()
Gets the relationship id.

Returns:
the relationship id

setOutFields

public void setOutFields(String[] outFields)
Sets the out fields.

Parameters:
outFields - the new out fields

getOutFields

public String[] getOutFields()
Gets the out fields.

Returns:
the out fields

setMaxAllowableOffset

public void setMaxAllowableOffset(double offset)
Sets the max allowable offset.

Parameters:
offset - the new max allowable offset

getMaxAllowableOffset

public double getMaxAllowableOffset()
Gets the max allowable offset.

Returns:
the max allowable offset

getOutSpatialReference

public SpatialReference getOutSpatialReference()
Gets the out spatial reference.

Returns:
the out spatial reference

setOutSpatialReference

public void setOutSpatialReference(SpatialReference outSR)
Sets the out spatial reference.

Parameters:
outSR - the new out spatial reference

setReturnGeometry

public void setReturnGeometry(boolean returnGeometry)
Sets the return geometry.

Parameters:
returnGeometry - the new return geometry

isReturnGeometry

public boolean isReturnGeometry()
Checks if is return geometry.

Returns:
true, if is return geometry

setDefinitionExpression

public void setDefinitionExpression(String defintionExpression)
Sets the definition expression.

Parameters:
defintionExpression - the new definition expression

getDefintionExpression

public String getDefintionExpression()
Gets the defintion expression.

Returns:
the defintion expression

isReturnZ

public boolean isReturnZ()
Checks if Z values are returned in geometries.

Returns:
true, if Z values are included.

setReturnZ

public void setReturnZ(boolean returnZ)
Sets if Z values are returned in geometries.

Parameters:
returnZ - true to have Z values returned.

isReturnM

public boolean isReturnM()
Checks if M values are returned in geometries.

Returns:
true, if M values are included.

setReturnM

public void setReturnM(boolean returnM)
Sets if M values are returned in geometries.

Parameters:
returnM - true to have M values returned.


Copyright © 2012. All Rights Reserved.