Uses of Interface
net.opengis.gml311.TimeCalendarEraPropertyType
-
Packages that use TimeCalendarEraPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeCalendarEraPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCalendarEraPropertyType Modifier and Type Method Description TimeCalendarEraPropertyType
Gml311Factory. createTimeCalendarEraPropertyType()
Returns a new object of class 'Time Calendar Era Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeCalendarEraPropertyType Modifier and Type Method Description EList<TimeCalendarEraPropertyType>
TimeCalendarType. getReferenceFrame()
Returns the value of the 'Reference Frame' containment reference list. -
Uses of TimeCalendarEraPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCalendarEraPropertyType Modifier and Type Class Description class
TimeCalendarEraPropertyTypeImpl
An implementation of the model object 'Time Calendar Era Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeCalendarEraPropertyType Modifier and Type Field Description protected EList<TimeCalendarEraPropertyType>
TimeCalendarTypeImpl. referenceFrame
The cached value of the 'Reference Frame
' containment reference list.Methods in net.opengis.gml311.impl that return TimeCalendarEraPropertyType Modifier and Type Method Description TimeCalendarEraPropertyType
Gml311FactoryImpl. createTimeCalendarEraPropertyType()
Methods in net.opengis.gml311.impl that return types with arguments of type TimeCalendarEraPropertyType Modifier and Type Method Description EList<TimeCalendarEraPropertyType>
TimeCalendarTypeImpl. getReferenceFrame()
-
Uses of TimeCalendarEraPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCalendarEraPropertyType Modifier and Type Method Description T
Gml311Switch. caseTimeCalendarEraPropertyType(TimeCalendarEraPropertyType object)
Returns the result of interpreting the object as an instance of 'Time Calendar Era Property Type'.boolean
Gml311Validator. validateTimeCalendarEraPropertyType(TimeCalendarEraPropertyType timeCalendarEraPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-