Uses of Interface
net.opengis.gml.AbstractRingType
-
Packages that use AbstractRingType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of AbstractRingType in net.opengis.gml
Subinterfaces of AbstractRingType in net.opengis.gml Modifier and Type Interface Description interface
LinearRingType
A representation of the model object 'Linear Ring Type'.Methods in net.opengis.gml that return AbstractRingType Modifier and Type Method Description AbstractRingType
DocumentRoot. getRing()
Returns the value of the 'Ring' containment reference. -
Uses of AbstractRingType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractRingType Modifier and Type Class Description class
AbstractRingTypeImpl
An implementation of the model object 'Abstract Ring Type'.class
LinearRingTypeImpl
An implementation of the model object 'Linear Ring Type'.Methods in net.opengis.gml.impl that return AbstractRingType Modifier and Type Method Description AbstractRingType
DocumentRootImpl. getRing()
Methods in net.opengis.gml.impl with parameters of type AbstractRingType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRing(AbstractRingType newRing, NotificationChain msgs)
-
Uses of AbstractRingType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractRingType Modifier and Type Method Description Object
GmlSwitch. caseAbstractRingType(AbstractRingType object)
Returns the result of interpreting the object as an instance of 'Abstract Ring Type'.boolean
GmlValidator. validateAbstractRingType(AbstractRingType abstractRingType, DiagnosticChain diagnostics, Map context)
-
Uses of AbstractRingType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractRingType Modifier and Type Method Description boolean
DocumentRootValidator. validateRing(AbstractRingType value)
-