Uses of Interface
net.opengis.gml311.RingType
-
Packages that use RingType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RingType in net.opengis.gml311
Methods in net.opengis.gml311 that return RingType Modifier and Type Method Description RingType
Gml311Factory. createRingType()
Returns a new object of class 'Ring Type'.RingType
RingPropertyType. getRing()
Returns the value of the 'Ring' containment reference.RingType
DocumentRoot. getRing1()
Returns the value of the 'Ring1' containment reference.Methods in net.opengis.gml311 with parameters of type RingType Modifier and Type Method Description void
RingPropertyType. setRing(RingType value)
Sets the value of the 'Ring
' containment reference.void
DocumentRoot. setRing1(RingType value)
Sets the value of the 'Ring1
' containment reference. -
Uses of RingType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RingType Modifier and Type Class Description class
RingTypeImpl
An implementation of the model object 'Ring Type'.Fields in net.opengis.gml311.impl declared as RingType Modifier and Type Field Description protected RingType
RingPropertyTypeImpl. ring
The cached value of the 'Ring
' containment reference.Methods in net.opengis.gml311.impl that return RingType Modifier and Type Method Description RingType
Gml311FactoryImpl. createRingType()
RingType
RingPropertyTypeImpl. getRing()
RingType
DocumentRootImpl. getRing1()
Methods in net.opengis.gml311.impl with parameters of type RingType Modifier and Type Method Description NotificationChain
RingPropertyTypeImpl. basicSetRing(RingType newRing, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetRing1(RingType newRing1, NotificationChain msgs)
void
RingPropertyTypeImpl. setRing(RingType newRing)
void
DocumentRootImpl. setRing1(RingType newRing1)
-
Uses of RingType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RingType Modifier and Type Method Description T
Gml311Switch. caseRingType(RingType object)
Returns the result of interpreting the object as an instance of 'Ring Type'.boolean
Gml311Validator. validateRingType(RingType ringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-