Uses of Interface
net.opengis.gml311.RelatedTimeType
-
Packages that use RelatedTimeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RelatedTimeType in net.opengis.gml311
Methods in net.opengis.gml311 that return RelatedTimeType Modifier and Type Method Description RelatedTimeTypeGml311Factory. createRelatedTimeType()Returns a new object of class 'Related Time Type'.Methods in net.opengis.gml311 that return types with arguments of type RelatedTimeType Modifier and Type Method Description EList<RelatedTimeType>AbstractTimePrimitiveType. getRelatedTime()Returns the value of the 'Related Time' containment reference list.EList<RelatedTimeType>TimeOrdinalEraType. getRelatedTime()Returns the value of the 'Related Time' containment reference list. -
Uses of RelatedTimeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RelatedTimeType Modifier and Type Class Description classRelatedTimeTypeImplAn implementation of the model object 'Related Time Type'.Fields in net.opengis.gml311.impl with type parameters of type RelatedTimeType Modifier and Type Field Description protected EList<RelatedTimeType>AbstractTimePrimitiveTypeImpl. relatedTimeThe cached value of the 'Related Time' containment reference list.protected EList<RelatedTimeType>TimeOrdinalEraTypeImpl. relatedTimeThe cached value of the 'Related Time' containment reference list.Methods in net.opengis.gml311.impl that return RelatedTimeType Modifier and Type Method Description RelatedTimeTypeGml311FactoryImpl. createRelatedTimeType()Methods in net.opengis.gml311.impl that return types with arguments of type RelatedTimeType Modifier and Type Method Description EList<RelatedTimeType>AbstractTimePrimitiveTypeImpl. getRelatedTime()EList<RelatedTimeType>TimeOrdinalEraTypeImpl. getRelatedTime() -
Uses of RelatedTimeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RelatedTimeType Modifier and Type Method Description TGml311Switch. caseRelatedTimeType(RelatedTimeType object)Returns the result of interpreting the object as an instance of 'Related Time Type'.booleanGml311Validator. validateRelatedTimeType(RelatedTimeType relatedTimeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-