|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.gps.trimble.SSFWriter
public class SSFWriter
This is a smart pointer to a COM object.
| Constructor Summary | |
|---|---|
protected |
SSFWriter()
Either creates the COM object or throws an exception. |
| Method Summary | |
|---|---|
void |
AppendSSFFile(java.lang.String directory,
java.lang.String filename)
|
void |
AttachToGPSReceiverControl(GPSReceiver receiver)
|
int |
CancelFeature()
|
int |
DetachFromGPSReceiverControl()
|
void |
dispose()
Release all the resources associated with this object. |
int |
EndFeature(java.lang.String comment)
|
int |
EndSSFFile()
|
protected void |
finalize()
Just cals dispose(). |
AntennaSettings |
GetAntennaSettings()
|
float |
getAreaLoggingInterval()
|
CarrierStatus |
GetCarrierStatus()
|
boolean |
getEnableNotInFeatureLogging()
|
float |
getLineLoggingInterval()
|
boolean |
getLogCarrier()
|
boolean |
getLogSuperCorrect()
|
float |
getNotInFeatureLoggingInterval()
|
float |
getPointLoggingInterval()
|
double |
GetPredictedPostprocessedAccuracy()
|
boolean |
IsFeatureInProgress()
|
boolean |
IsSSFFileInProgress()
|
long |
NumberOfPositionsLoggedInFeature()
|
void |
SetAntennaSettings(java.lang.String antennaName,
int measurementMethod,
double heightInMeters)
|
void |
setAreaLoggingInterval(float newval)
|
void |
setEnableNotInFeatureLogging(boolean newval)
|
void |
setLineLoggingInterval(float newval)
|
void |
setLogCarrier(boolean newval)
|
void |
setLogSuperCorrect(boolean newval)
|
void |
setNotInFeatureLoggingInterval(float newval)
|
void |
setPointLoggingInterval(float newval)
|
int |
ShowAntennaSettingsDialog(int lengthUnits)
|
int |
StartFeature(int featureType)
|
int |
StartSSFFile(java.lang.String directory,
java.lang.String filename)
|
int |
WriteLineAreaHVOffset(int offsetDirection,
float horizontalDistance,
float verticalDistance)
|
int |
WriteLineAreaSIOffset(int offsetDirection,
float slopeDistance,
float inclination)
|
int |
WritePointHVOffset(float bearing,
float horizontalDistance,
float verticalDistance)
|
int |
WritePointSIOffset(float bearing,
float slopeDistance,
float inclination)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SSFWriter()
| Method Detail |
|---|
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
public void AppendSSFFile(java.lang.String directory,
java.lang.String filename)
public void AttachToGPSReceiverControl(GPSReceiver receiver)
public int CancelFeature()
public int DetachFromGPSReceiverControl()
public int EndFeature(java.lang.String comment)
public int EndSSFFile()
public AntennaSettings GetAntennaSettings()
public CarrierStatus GetCarrierStatus()
public double GetPredictedPostprocessedAccuracy()
public boolean IsFeatureInProgress()
public boolean IsSSFFileInProgress()
public long NumberOfPositionsLoggedInFeature()
public void SetAntennaSettings(java.lang.String antennaName,
int measurementMethod,
double heightInMeters)
public int ShowAntennaSettingsDialog(int lengthUnits)
public int StartFeature(int featureType)
public int StartSSFFile(java.lang.String directory,
java.lang.String filename)
public int WriteLineAreaHVOffset(int offsetDirection,
float horizontalDistance,
float verticalDistance)
public int WriteLineAreaSIOffset(int offsetDirection,
float slopeDistance,
float inclination)
public int WritePointHVOffset(float bearing,
float horizontalDistance,
float verticalDistance)
public int WritePointSIOffset(float bearing,
float slopeDistance,
float inclination)
public float getAreaLoggingInterval()
public void setAreaLoggingInterval(float newval)
public boolean getEnableNotInFeatureLogging()
public void setEnableNotInFeatureLogging(boolean newval)
public float getLineLoggingInterval()
public void setLineLoggingInterval(float newval)
public boolean getLogCarrier()
public void setLogCarrier(boolean newval)
public boolean getLogSuperCorrect()
public void setLogSuperCorrect(boolean newval)
public float getNotInFeatureLoggingInterval()
public void setNotInFeatureLoggingInterval(float newval)
public float getPointLoggingInterval()
public void setPointLoggingInterval(float newval)
public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||