Uses of Interface
net.opengis.gml311.AbstractTopologyType
-
Packages that use AbstractTopologyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTopologyType in net.opengis.gml311
Subinterfaces of AbstractTopologyType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractTopoPrimitiveTypeA representation of the model object 'Abstract Topo Primitive Type'.interfaceEdgeTypeA representation of the model object 'Edge Type'.interfaceFaceTypeA representation of the model object 'Face Type'.interfaceNodeTypeA representation of the model object 'Node Type'.interfaceTopoComplexTypeA representation of the model object 'Topo Complex Type'.interfaceTopoCurveTypeA representation of the model object 'Topo Curve Type'.interfaceTopoPointTypeA representation of the model object 'Topo Point Type'.interfaceTopoSolidTypeA representation of the model object 'Topo Solid Type'.interfaceTopoSurfaceTypeA representation of the model object 'Topo Surface Type'.interfaceTopoVolumeTypeA representation of the model object 'Topo Volume Type'.Methods in net.opengis.gml311 that return AbstractTopologyType Modifier and Type Method Description AbstractTopologyTypeDocumentRoot. getTopology()Returns the value of the 'Topology' containment reference. -
Uses of AbstractTopologyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTopologyType Modifier and Type Class Description classAbstractTopologyTypeImplAn implementation of the model object 'Abstract Topology Type'.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'.classTopoComplexTypeImplAn implementation of the model object 'Topo Complex Type'.classTopoCurveTypeImplAn implementation of the model object 'Topo Curve Type'.classTopoPointTypeImplAn implementation of the model object 'Topo Point Type'.classTopoSolidTypeImplAn implementation of the model object 'Topo Solid Type'.classTopoSurfaceTypeImplAn implementation of the model object 'Topo Surface Type'.classTopoVolumeTypeImplAn implementation of the model object 'Topo Volume Type'.Methods in net.opengis.gml311.impl that return AbstractTopologyType Modifier and Type Method Description AbstractTopologyTypeDocumentRootImpl. getTopology()Methods in net.opengis.gml311.impl with parameters of type AbstractTopologyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopology(AbstractTopologyType newTopology, NotificationChain msgs) -
Uses of AbstractTopologyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTopologyType Modifier and Type Method Description TGml311Switch. caseAbstractTopologyType(AbstractTopologyType object)Returns the result of interpreting the object as an instance of 'Abstract Topology Type'.booleanGml311Validator. validateAbstractTopologyType(AbstractTopologyType abstractTopologyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-