|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
public class QueryRelatedRecordsParameters
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 |
---|
public QueryRelatedRecordsParameters()
Method Detail |
---|
public void setObjectIds(int[] objectIds)
objectIds
- the new object idspublic int[] getObjectIds()
public void setRelationshipId(int id)
id
- the new relationship idpublic int getRelationshipId()
public void setOutFields(String[] outFields)
outFields
- the new out fieldspublic String[] getOutFields()
public void setMaxAllowableOffset(double offset)
offset
- the new max allowable offsetpublic double getMaxAllowableOffset()
public SpatialReference getOutSpatialReference()
public void setOutSpatialReference(SpatialReference outSR)
outSR
- the new out spatial referencepublic void setReturnGeometry(boolean returnGeometry)
returnGeometry
- the new return geometrypublic boolean isReturnGeometry()
public void setDefinitionExpression(String defintionExpression)
defintionExpression
- the new definition expressionpublic String getDefintionExpression()
public boolean isReturnZ()
public void setReturnZ(boolean returnZ)
returnZ
- true to have Z values returned.public boolean isReturnM()
public void setReturnM(boolean returnM)
returnM
- true to have M values returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |