Uses of Interface
net.opengis.gml311.TimeCalendarPropertyType
-
Packages that use TimeCalendarPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeCalendarPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCalendarPropertyType Modifier and Type Method Description TimeCalendarPropertyTypeGml311Factory. createTimeCalendarPropertyType()Returns a new object of class 'Time Calendar Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeCalendarPropertyType Modifier and Type Method Description EList<TimeCalendarPropertyType>TimeClockType. getDateBasis()Returns the value of the 'Date Basis' containment reference list. -
Uses of TimeCalendarPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCalendarPropertyType Modifier and Type Class Description classTimeCalendarPropertyTypeImplAn implementation of the model object 'Time Calendar Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeCalendarPropertyType Modifier and Type Field Description protected EList<TimeCalendarPropertyType>TimeClockTypeImpl. dateBasisThe cached value of the 'Date Basis' containment reference list.Methods in net.opengis.gml311.impl that return TimeCalendarPropertyType Modifier and Type Method Description TimeCalendarPropertyTypeGml311FactoryImpl. createTimeCalendarPropertyType()Methods in net.opengis.gml311.impl that return types with arguments of type TimeCalendarPropertyType Modifier and Type Method Description EList<TimeCalendarPropertyType>TimeClockTypeImpl. getDateBasis() -
Uses of TimeCalendarPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCalendarPropertyType Modifier and Type Method Description TGml311Switch. caseTimeCalendarPropertyType(TimeCalendarPropertyType object)Returns the result of interpreting the object as an instance of 'Time Calendar Property Type'.booleanGml311Validator. validateTimeCalendarPropertyType(TimeCalendarPropertyType timeCalendarPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-