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 interface
LinearRingType
A representation of the model object 'Linear Ring Type'.interface
RingType
A representation of the model object 'Ring Type'.Methods in net.opengis.gml311 that return AbstractRingType Modifier and Type Method Description AbstractRingType
AbstractRingPropertyType. getRing()
Returns the value of the 'Ring' containment reference.AbstractRingType
DocumentRoot. 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 class
AbstractRingTypeImpl
An implementation of the model object 'Abstract Ring Type'.class
LinearRingTypeImpl
An implementation of the model object 'Linear Ring Type'.class
RingTypeImpl
An implementation of the model object 'Ring Type'.Methods in net.opengis.gml311.impl that return AbstractRingType Modifier and Type Method Description AbstractRingType
AbstractRingPropertyTypeImpl. getRing()
AbstractRingType
DocumentRootImpl. getRing()
Methods in net.opengis.gml311.impl with parameters of type AbstractRingType Modifier and Type Method Description NotificationChain
AbstractRingPropertyTypeImpl. basicSetRing(AbstractRingType newRing, NotificationChain msgs)
NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractRingType(AbstractRingType object)
Returns the result of interpreting the object as an instance of 'Abstract Ring Type'.boolean
Gml311Validator. validateAbstractRingType(AbstractRingType abstractRingType, DiagnosticChain diagnostics, Map<Object,Object> context)
-