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 interface
EdgeType
A representation of the model object 'Edge Type'.interface
FaceType
A representation of the model object 'Face Type'.interface
NodeType
A representation of the model object 'Node Type'.interface
TopoSolidType
A representation of the model object 'Topo Solid Type'.Methods in net.opengis.gml311 that return AbstractTopoPrimitiveType Modifier and Type Method Description AbstractTopoPrimitiveType
DocumentRoot. getTopoPrimitive()
Returns the value of the 'Topo Primitive' containment reference.AbstractTopoPrimitiveType
TopoPrimitiveMemberType. 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 class
AbstractTopoPrimitiveTypeImpl
An implementation of the model object 'Abstract Topo Primitive Type'.class
EdgeTypeImpl
An implementation of the model object 'Edge Type'.class
FaceTypeImpl
An implementation of the model object 'Face Type'.class
NodeTypeImpl
An implementation of the model object 'Node Type'.class
TopoSolidTypeImpl
An implementation of the model object 'Topo Solid Type'.Methods in net.opengis.gml311.impl that return AbstractTopoPrimitiveType Modifier and Type Method Description AbstractTopoPrimitiveType
DocumentRootImpl. getTopoPrimitive()
AbstractTopoPrimitiveType
TopoPrimitiveMemberTypeImpl. 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 NotificationChain
DocumentRootImpl. basicSetTopoPrimitive(AbstractTopoPrimitiveType newTopoPrimitive, NotificationChain msgs)
NotificationChain
TopoPrimitiveMemberTypeImpl. 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 T
Gml311Switch. caseAbstractTopoPrimitiveType(AbstractTopoPrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Topo Primitive Type'.boolean
Gml311Validator. validateAbstractTopoPrimitiveType(AbstractTopoPrimitiveType abstractTopoPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-