| Package | Description |
|---|---|
| net.opengis.gml.v32 | |
| net.opengis.gml.v32.bind | |
| net.opengis.gml.v32.impl |
| Modifier and Type | Method and Description |
|---|---|
TimeInstant |
TimePeriod.getBegin()
Gets the begin property
|
TimeInstant |
TimePeriod.getEnd()
Gets the end property
|
TimeInstant |
Factory.newTimeInstant() |
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<TimeInstant> |
TimePeriod.getBeginProperty()
Gets extra info (name, xlink, etc.) carried by the begin property
|
OgcProperty<TimeInstant> |
TimePeriod.getEndProperty()
Gets extra info (name, xlink, etc.) carried by the end property
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimePeriod.setBegin(TimeInstant begin)
Sets the begin property
|
void |
TimePeriod.setEnd(TimeInstant end)
Sets the end property
|
| Modifier and Type | Method and Description |
|---|---|
TimeInstant |
XMLStreamBindings.readTimeInstant(XMLStreamReader reader)
Read method for TimeInstant elements
|
TimeInstant |
XMLStreamBindings.readTimeInstantType(XMLStreamReader reader)
Read method for TimeInstantType complex type
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLStreamBindings.readTimeInstantTypeAttributes(Map<String,String> attrMap,
TimeInstant bean)
Reads attributes of TimeInstantType complex type
|
void |
XMLStreamBindings.readTimeInstantTypeElements(XMLStreamReader reader,
TimeInstant bean)
Reads elements of TimeInstantType complex type
|
void |
XMLStreamBindings.writeTimeInstant(XMLStreamWriter writer,
TimeInstant bean)
Write method for TimeInstant element
|
void |
XMLStreamBindings.writeTimeInstantType(XMLStreamWriter writer,
TimeInstant bean)
Write method for TimeInstantType complex type
|
void |
XMLStreamBindings.writeTimeInstantTypeAttributes(XMLStreamWriter writer,
TimeInstant bean)
Writes attributes of TimeInstantType complex type
|
void |
XMLStreamBindings.writeTimeInstantTypeElements(XMLStreamWriter writer,
TimeInstant bean)
Writes elements of TimeInstantType complex type
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeInstantImpl
POJO class for XML type TimeInstantType(@http://www.opengis.net/gml/3.2).
|
| Modifier and Type | Method and Description |
|---|---|
TimeInstant |
TimePeriodImpl.getBegin()
Gets the begin property
|
TimeInstant |
TimePeriodImpl.getEnd()
Gets the end property
|
TimeInstant |
GMLFactory.newTimeInstant() |
TimeInstant |
GMLFactory.newTimeInstant(TimePosition timePosition) |
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<TimeInstant> |
TimePeriodImpl.getBeginProperty()
Gets extra info (name, xlink, etc.) carried by the begin property
|
OgcProperty<TimeInstant> |
TimePeriodImpl.getEndProperty()
Gets extra info (name, xlink, etc.) carried by the end property
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimePeriodImpl.setBegin(TimeInstant begin)
Sets the begin property
|
void |
TimePeriodImpl.setEnd(TimeInstant end)
Sets the end property
|
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.