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 interface
AbstractTopoPrimitiveType
A representation of the model object 'Abstract Topo Primitive Type'.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
TopoComplexType
A representation of the model object 'Topo Complex Type'.interface
TopoCurveType
A representation of the model object 'Topo Curve Type'.interface
TopoPointType
A representation of the model object 'Topo Point Type'.interface
TopoSolidType
A representation of the model object 'Topo Solid Type'.interface
TopoSurfaceType
A representation of the model object 'Topo Surface Type'.interface
TopoVolumeType
A representation of the model object 'Topo Volume Type'.Methods in net.opengis.gml311 that return AbstractTopologyType Modifier and Type Method Description AbstractTopologyType
DocumentRoot. 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 class
AbstractTopologyTypeImpl
An implementation of the model object 'Abstract Topology Type'.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
TopoComplexTypeImpl
An implementation of the model object 'Topo Complex Type'.class
TopoCurveTypeImpl
An implementation of the model object 'Topo Curve Type'.class
TopoPointTypeImpl
An implementation of the model object 'Topo Point Type'.class
TopoSolidTypeImpl
An implementation of the model object 'Topo Solid Type'.class
TopoSurfaceTypeImpl
An implementation of the model object 'Topo Surface Type'.class
TopoVolumeTypeImpl
An implementation of the model object 'Topo Volume Type'.Methods in net.opengis.gml311.impl that return AbstractTopologyType Modifier and Type Method Description AbstractTopologyType
DocumentRootImpl. getTopology()
Methods in net.opengis.gml311.impl with parameters of type AbstractTopologyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractTopologyType(AbstractTopologyType object)
Returns the result of interpreting the object as an instance of 'Abstract Topology Type'.boolean
Gml311Validator. validateAbstractTopologyType(AbstractTopologyType abstractTopologyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-