public abstract class AbstractTimePrimitiveType extends AbstractTimeObjectType implements TemporalPrimitive
Java class for AbstractTimePrimitiveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTimePrimitiveType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeObjectType"> <sequence> <element name="relatedTime" type="{http://www.opengis.net/gml}RelatedTimeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Defined in the geotk-xml-gml
module
identifiers, STANDARD
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Constructor and Description |
---|
AbstractTimePrimitiveType() |
AbstractTimePrimitiveType(String id) |
AbstractTimePrimitiveType(TemporalPrimitive tp) |
Modifier and Type | Method and Description |
---|---|
List<RelatedTimeType> |
getRelatedTime()
Gets the value of the relatedTime property.
|
RelativePosition |
relativePosition(TemporalPrimitive tp) |
getStandard
equals, getAlias, getDescription, getDescriptionReference, getId, getIdentifier, getIdentifierMap, getIdentifiers, getName, getParameterName, getRemarks, hashCode, prune, setDescription, setDescription, setId, setName, setParameterName, toString, toWKT
asMap, asTreeTable, equals, getInterface, isEmpty
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getAlias, getIdentifiers, getName, getRemarks, toWKT
public AbstractTimePrimitiveType()
public AbstractTimePrimitiveType(String id)
public AbstractTimePrimitiveType(TemporalPrimitive tp)
public List<RelatedTimeType> getRelatedTime()
RelatedTimeType
public RelativePosition relativePosition(TemporalPrimitive tp)
relativePosition
in interface TemporalOrder
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.