|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.LocationRequest
Defines the Sequence of Data Elements that specify a location request.
Constructor Summary | |
LocationRequest()
Creates a new LocationRequest instance. |
|
LocationRequest(float _requestedAccuracy,
org.csapi.jr.se.mm.LocationResponseTime _requestedResponseTime,
boolean _altitudeRequested,
org.csapi.jr.se.mm.LocationType _type,
org.csapi.jr.se.mm.LocationPriority _priority,
java.lang.String _requestedLocationMethod)
Creates a new LocationRequest instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
boolean |
getAltitudeRequested()
This method returns a altitudeRequested. |
org.csapi.jr.se.mm.LocationPriority |
getPriority()
This method returns a priority. |
float |
getRequestedAccuracy()
This method returns a requestedAccuracy. |
java.lang.String |
getRequestedLocationMethod()
This method returns a requestedLocationMethod. |
org.csapi.jr.se.mm.LocationResponseTime |
getRequestedResponseTime()
This method returns a requestedResponseTime. |
org.csapi.jr.se.mm.LocationType |
getType()
This method returns a type. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAltitudeRequested(boolean altitudeRequested)
This method sets a altitudeRequested. |
void |
setPriority(org.csapi.jr.se.mm.LocationPriority priority)
This method sets a priority. |
void |
setRequestedAccuracy(float requestedAccuracy)
This method sets a requestedAccuracy. |
void |
setRequestedLocationMethod(java.lang.String requestedLocationMethod)
This method sets a requestedLocationMethod. |
void |
setRequestedResponseTime(org.csapi.jr.se.mm.LocationResponseTime requestedResponseTime)
This method sets a requestedResponseTime. |
void |
setType(org.csapi.jr.se.mm.LocationType type)
This method sets a type. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationRequest()
public LocationRequest(float _requestedAccuracy, org.csapi.jr.se.mm.LocationResponseTime _requestedResponseTime, boolean _altitudeRequested, org.csapi.jr.se.mm.LocationType _type, org.csapi.jr.se.mm.LocationPriority _priority, java.lang.String _requestedLocationMethod)
_requestedAccuracy
- Requested accuracy in meters._requestedResponseTime
- Requested response time as a classified requirement or as an absolute timer._altitudeRequested
- Altitude request flag._type
- The kind of location that is requested._priority
- Priority of location request._requestedLocationMethod
- The kind of location method that is requested.Method Detail |
public float getRequestedAccuracy()
public org.csapi.jr.se.mm.LocationResponseTime getRequestedResponseTime()
public boolean getAltitudeRequested()
public org.csapi.jr.se.mm.LocationType getType()
public org.csapi.jr.se.mm.LocationPriority getPriority()
public java.lang.String getRequestedLocationMethod()
public void setRequestedAccuracy(float requestedAccuracy)
public void setRequestedResponseTime(org.csapi.jr.se.mm.LocationResponseTime requestedResponseTime)
public void setAltitudeRequested(boolean altitudeRequested)
public void setType(org.csapi.jr.se.mm.LocationType type)
public void setPriority(org.csapi.jr.se.mm.LocationPriority priority)
public void setRequestedLocationMethod(java.lang.String requestedLocationMethod)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |