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.gmlSubinterfaces of AbstractRingType in net.opengis.gml Modifier and Type Interface Description interfaceLinearRingTypeA representation of the model object 'Linear Ring Type'.Methods in net.opengis.gml that return AbstractRingType Modifier and Type Method Description AbstractRingTypeDocumentRoot. getRing()Returns the value of the 'Ring' containment reference.
- 
Uses of AbstractRingType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement AbstractRingType Modifier and Type Class Description classAbstractRingTypeImplAn implementation of the model object 'Abstract Ring Type'.classLinearRingTypeImplAn implementation of the model object 'Linear Ring Type'.Methods in net.opengis.gml.impl that return AbstractRingType Modifier and Type Method Description AbstractRingTypeDocumentRootImpl. getRing()Methods in net.opengis.gml.impl with parameters of type AbstractRingType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRing(AbstractRingType newRing, NotificationChain msgs)
- 
Uses of AbstractRingType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type AbstractRingType Modifier and Type Method Description ObjectGmlSwitch. caseAbstractRingType(AbstractRingType object)Returns the result of interpreting the object as an instance of 'Abstract Ring Type'.booleanGmlValidator. validateAbstractRingType(AbstractRingType abstractRingType, DiagnosticChain diagnostics, Map context)
- 
Uses of AbstractRingType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type AbstractRingType Modifier and Type Method Description booleanDocumentRootValidator. validateRing(AbstractRingType value)
 
-