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 RingTypeGml311Factory. createRingType()Returns a new object of class 'Ring Type'.RingTypeRingPropertyType. getRing()Returns the value of the 'Ring' containment reference.RingTypeDocumentRoot. getRing1()Returns the value of the 'Ring1' containment reference.Methods in net.opengis.gml311 with parameters of type RingType Modifier and Type Method Description voidRingPropertyType. setRing(RingType value)Sets the value of the 'Ring' containment reference.voidDocumentRoot. 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 classRingTypeImplAn implementation of the model object 'Ring Type'.Fields in net.opengis.gml311.impl declared as RingType Modifier and Type Field Description protected RingTypeRingPropertyTypeImpl. ringThe cached value of the 'Ring' containment reference.Methods in net.opengis.gml311.impl that return RingType Modifier and Type Method Description RingTypeGml311FactoryImpl. createRingType()RingTypeRingPropertyTypeImpl. getRing()RingTypeDocumentRootImpl. getRing1()Methods in net.opengis.gml311.impl with parameters of type RingType Modifier and Type Method Description NotificationChainRingPropertyTypeImpl. basicSetRing(RingType newRing, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRing1(RingType newRing1, NotificationChain msgs)voidRingPropertyTypeImpl. setRing(RingType newRing)voidDocumentRootImpl. 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 TGml311Switch. caseRingType(RingType object)Returns the result of interpreting the object as an instance of 'Ring Type'.booleanGml311Validator. validateRingType(RingType ringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-