Uses of Interface
net.opengis.gml311.AbstractRingType
-
Packages that use AbstractRingType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractRingType in net.opengis.gml311
Subinterfaces of AbstractRingType in net.opengis.gml311 Modifier and Type Interface Description interfaceLinearRingTypeA representation of the model object 'Linear Ring Type'.interfaceRingTypeA representation of the model object 'Ring Type'.Methods in net.opengis.gml311 that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingPropertyType. getRing()Returns the value of the 'Ring' containment reference.AbstractRingTypeDocumentRoot. getRing()Returns the value of the 'Ring' containment reference. -
Uses of AbstractRingType in net.opengis.gml311.impl
Classes in net.opengis.gml311.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'.classRingTypeImplAn implementation of the model object 'Ring Type'.Methods in net.opengis.gml311.impl that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingPropertyTypeImpl. getRing()AbstractRingTypeDocumentRootImpl. getRing()Methods in net.opengis.gml311.impl with parameters of type AbstractRingType Modifier and Type Method Description NotificationChainAbstractRingPropertyTypeImpl. basicSetRing(AbstractRingType newRing, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRing(AbstractRingType newRing, NotificationChain msgs) -
Uses of AbstractRingType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractRingType Modifier and Type Method Description TGml311Switch. caseAbstractRingType(AbstractRingType object)Returns the result of interpreting the object as an instance of 'Abstract Ring Type'.booleanGml311Validator. validateAbstractRingType(AbstractRingType abstractRingType, DiagnosticChain diagnostics, Map<Object,Object> context)
-