Uses of Interface
net.opengis.gml311.TimeOrdinalEraPropertyType
-
Packages that use TimeOrdinalEraPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeOrdinalEraPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeOrdinalEraPropertyType Modifier and Type Method Description TimeOrdinalEraPropertyTypeGml311Factory. createTimeOrdinalEraPropertyType()Returns a new object of class 'Time Ordinal Era Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeOrdinalEraPropertyType Modifier and Type Method Description EList<TimeOrdinalEraPropertyType>TimeOrdinalReferenceSystemType. getComponent()Returns the value of the 'Component' containment reference list.EList<TimeOrdinalEraPropertyType>TimeOrdinalEraType. getMember()Returns the value of the 'Member' containment reference list. -
Uses of TimeOrdinalEraPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeOrdinalEraPropertyType Modifier and Type Class Description classTimeOrdinalEraPropertyTypeImplAn implementation of the model object 'Time Ordinal Era Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeOrdinalEraPropertyType Modifier and Type Field Description protected EList<TimeOrdinalEraPropertyType>TimeOrdinalReferenceSystemTypeImpl. componentThe cached value of the 'Component' containment reference list.protected EList<TimeOrdinalEraPropertyType>TimeOrdinalEraTypeImpl. memberThe cached value of the 'Member' containment reference list.Methods in net.opengis.gml311.impl that return TimeOrdinalEraPropertyType Modifier and Type Method Description TimeOrdinalEraPropertyTypeGml311FactoryImpl. createTimeOrdinalEraPropertyType()Methods in net.opengis.gml311.impl that return types with arguments of type TimeOrdinalEraPropertyType Modifier and Type Method Description EList<TimeOrdinalEraPropertyType>TimeOrdinalReferenceSystemTypeImpl. getComponent()EList<TimeOrdinalEraPropertyType>TimeOrdinalEraTypeImpl. getMember() -
Uses of TimeOrdinalEraPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeOrdinalEraPropertyType Modifier and Type Method Description TGml311Switch. caseTimeOrdinalEraPropertyType(TimeOrdinalEraPropertyType object)Returns the result of interpreting the object as an instance of 'Time Ordinal Era Property Type'.booleanGml311Validator. validateTimeOrdinalEraPropertyType(TimeOrdinalEraPropertyType timeOrdinalEraPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-