Uses of Interface
net.opengis.gml311.TimeTopologyPrimitivePropertyType
-
Packages that use TimeTopologyPrimitivePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeTopologyPrimitivePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeTopologyPrimitivePropertyType Modifier and Type Method Description TimeTopologyPrimitivePropertyTypeGml311Factory. createTimeTopologyPrimitivePropertyType()Returns a new object of class 'Time Topology Primitive Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeTopologyPrimitivePropertyType Modifier and Type Method Description EList<TimeTopologyPrimitivePropertyType>TimeTopologyComplexType. getPrimitive()Returns the value of the 'Primitive' containment reference list. -
Uses of TimeTopologyPrimitivePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeTopologyPrimitivePropertyType Modifier and Type Class Description classTimeTopologyPrimitivePropertyTypeImplAn implementation of the model object 'Time Topology Primitive Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeTopologyPrimitivePropertyType Modifier and Type Field Description protected EList<TimeTopologyPrimitivePropertyType>TimeTopologyComplexTypeImpl. primitiveThe cached value of the 'Primitive' containment reference list.Methods in net.opengis.gml311.impl that return TimeTopologyPrimitivePropertyType Modifier and Type Method Description TimeTopologyPrimitivePropertyTypeGml311FactoryImpl. createTimeTopologyPrimitivePropertyType()Methods in net.opengis.gml311.impl that return types with arguments of type TimeTopologyPrimitivePropertyType Modifier and Type Method Description EList<TimeTopologyPrimitivePropertyType>TimeTopologyComplexTypeImpl. getPrimitive() -
Uses of TimeTopologyPrimitivePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeTopologyPrimitivePropertyType Modifier and Type Method Description TGml311Switch. caseTimeTopologyPrimitivePropertyType(TimeTopologyPrimitivePropertyType object)Returns the result of interpreting the object as an instance of 'Time Topology Primitive Property Type'.booleanGml311Validator. validateTimeTopologyPrimitivePropertyType(TimeTopologyPrimitivePropertyType timeTopologyPrimitivePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-