Uses of Interface
net.opengis.gml311.AbstractTopoPrimitiveType
-
Packages that use AbstractTopoPrimitiveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTopoPrimitiveType in net.opengis.gml311
Subinterfaces of AbstractTopoPrimitiveType in net.opengis.gml311 Modifier and Type Interface Description interfaceEdgeTypeA representation of the model object 'Edge Type'.interfaceFaceTypeA representation of the model object 'Face Type'.interfaceNodeTypeA representation of the model object 'Node Type'.interfaceTopoSolidTypeA representation of the model object 'Topo Solid Type'.Methods in net.opengis.gml311 that return AbstractTopoPrimitiveType Modifier and Type Method Description AbstractTopoPrimitiveTypeDocumentRoot. getTopoPrimitive()Returns the value of the 'Topo Primitive' containment reference.AbstractTopoPrimitiveTypeTopoPrimitiveMemberType. getTopoPrimitive()Returns the value of the 'Topo Primitive' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractTopoPrimitiveType Modifier and Type Method Description EList<AbstractTopoPrimitiveType>TopoPrimitiveArrayAssociationType. getTopoPrimitive()Returns the value of the 'Topo Primitive' containment reference list. -
Uses of AbstractTopoPrimitiveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTopoPrimitiveType Modifier and Type Class Description classAbstractTopoPrimitiveTypeImplAn implementation of the model object 'Abstract Topo Primitive Type'.classEdgeTypeImplAn implementation of the model object 'Edge Type'.classFaceTypeImplAn implementation of the model object 'Face Type'.classNodeTypeImplAn implementation of the model object 'Node Type'.classTopoSolidTypeImplAn implementation of the model object 'Topo Solid Type'.Methods in net.opengis.gml311.impl that return AbstractTopoPrimitiveType Modifier and Type Method Description AbstractTopoPrimitiveTypeDocumentRootImpl. getTopoPrimitive()AbstractTopoPrimitiveTypeTopoPrimitiveMemberTypeImpl. getTopoPrimitive()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractTopoPrimitiveType Modifier and Type Method Description EList<AbstractTopoPrimitiveType>TopoPrimitiveArrayAssociationTypeImpl. getTopoPrimitive()Methods in net.opengis.gml311.impl with parameters of type AbstractTopoPrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoPrimitive(AbstractTopoPrimitiveType newTopoPrimitive, NotificationChain msgs)NotificationChainTopoPrimitiveMemberTypeImpl. basicSetTopoPrimitive(AbstractTopoPrimitiveType newTopoPrimitive, NotificationChain msgs) -
Uses of AbstractTopoPrimitiveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTopoPrimitiveType Modifier and Type Method Description TGml311Switch. caseAbstractTopoPrimitiveType(AbstractTopoPrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Topo Primitive Type'.booleanGml311Validator. validateAbstractTopoPrimitiveType(AbstractTopoPrimitiveType abstractTopoPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-