Package | Description |
---|---|
com.topografix.gpx |
Modifier and Type | Field and Description |
---|---|
protected ExtensionsType |
WptType.extensions |
protected ExtensionsType |
TrkType.extensions |
protected ExtensionsType |
TrksegType.extensions |
protected ExtensionsType |
RteType.extensions |
protected ExtensionsType |
MetadataType.extensions |
protected ExtensionsType |
GpxType.extensions |
Modifier and Type | Method and Description |
---|---|
ExtensionsType |
ObjectFactory.createExtensionsType()
Create an instance of
ExtensionsType |
ExtensionsType |
WptType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
TrkType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
TrksegType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
RteType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
MetadataType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
GpxType.getExtensions()
Gets the value of the extensions property.
|
Modifier and Type | Method and Description |
---|---|
void |
WptType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
TrkType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
TrksegType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
RteType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
MetadataType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
GpxType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|