public class GPXPoint extends Object
| Constructor and Description |
|---|
GPXPoint(int numberOfValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues(int valuesCount)
This method is used to create a new array of values
|
Object[] |
getValues()
Gives access to the point's values
|
void |
setAgeofdgpsdata(StringBuilder contentBuffer)
Set number of seconds since last DGPS update for a point.
|
void |
setAttribute(String currentElement,
StringBuilder contentBuffer)
Set an attribute for a point.
|
void |
setCmt(StringBuilder contentBuffer)
Set the comment of a point.
|
void |
setDesc(StringBuilder contentBuffer)
Set the description of a point.
|
void |
setDgpsid(StringBuilder contentBuffer)
Set ID of DGPS station used in differential correction for a point.
|
void |
setElevation(StringBuilder contentBuffer)
Set the elevation (in meters) of a point.
|
void |
setExtensions()
Set extentions of a point to true.
|
void |
setFix(StringBuilder contentBuffer)
Set the type of GPX fix used for a point.
|
void |
setGeoidheight(StringBuilder contentBuffer)
Set the height (in meters) of geoid (mean sea level) above WGS84 earth
ellipsoid of a point.
|
void |
setHdop(StringBuilder contentBuffer)
Set the horizontal dilution of precision of a point.
|
void |
setLink(Attributes attributes)
Set a link to additional information about the point.
|
void |
setLink(StringBuilder contentBuffer)
Set a link to additional information about the point.
|
void |
setLinkText(StringBuilder contentBuffer)
Set a text of hyperlink given in link.
|
void |
setMagvar(StringBuilder contentBuffer)
Set the Magnetic variation (in degrees) of a point.
|
void |
setName(StringBuilder contentBuffer)
Set the name of a point.
|
void |
setPdop(StringBuilder contentBuffer)
Set the position dilution of precision of a point.
|
void |
setSat(StringBuilder contentBuffer)
Set the number of satellites used to calculate the GPX fix for a point.
|
void |
setSrc(StringBuilder contentBuffer)
Set the source of data of a point.
|
void |
setSym(StringBuilder contentBuffer)
Set the GPS symbol name of a point.
|
void |
setTime(StringBuilder contentBuffer)
Creation/modification timestamp for element.
|
void |
setType(StringBuilder contentBuffer)
Set the type (classification) of a point.
|
void |
setValue(int i,
Object value)
Set a Value in corresponding index.
|
void |
setVdop(StringBuilder contentBuffer)
Set the vertical dilution of precision of a point.
|
public void clearValues(int valuesCount)
valuesCount - public final void setAttribute(String currentElement, StringBuilder contentBuffer)
currentElement - a string presenting the text of the current markup.contentBuffer - it contains all informations about the current
element.public final void setElevation(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setTime(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setMagvar(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setGeoidheight(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setName(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setCmt(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setDesc(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setSrc(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setLink(Attributes attributes)
attributes - The current attributes being parsedpublic final void setLink(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setLinkText(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setSym(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setType(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setFix(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setSat(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setHdop(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setVdop(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setPdop(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setAgeofdgpsdata(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setDgpsid(StringBuilder contentBuffer)
contentBuffer - Contains the information to put in the tablepublic final void setExtensions()
public final Object[] getValues()
public final void setValue(int i,
Object value)
i - the indexvalue - the value to insertCopyright © 2019 CNRS. All rights reserved.