Uses of Interface
net.opengis.gml311.TinType
-
Packages that use TinType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TinType in net.opengis.gml311
Methods in net.opengis.gml311 that return TinType Modifier and Type Method Description TinTypeGml311Factory. createTinType()Returns a new object of class 'Tin Type'.TinTypeDocumentRoot. getTin()Returns the value of the 'Tin' containment reference.Methods in net.opengis.gml311 with parameters of type TinType Modifier and Type Method Description voidDocumentRoot. setTin(TinType value)Sets the value of the 'Tin' containment reference. -
Uses of TinType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TinType Modifier and Type Class Description classTinTypeImplAn implementation of the model object 'Tin Type'.Methods in net.opengis.gml311.impl that return TinType Modifier and Type Method Description TinTypeGml311FactoryImpl. createTinType()TinTypeDocumentRootImpl. getTin()Methods in net.opengis.gml311.impl with parameters of type TinType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTin(TinType newTin, NotificationChain msgs)voidDocumentRootImpl. setTin(TinType newTin) -
Uses of TinType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TinType Modifier and Type Method Description TGml311Switch. caseTinType(TinType object)Returns the result of interpreting the object as an instance of 'Tin Type'.booleanGml311Validator. validateTinType(TinType tinType, DiagnosticChain diagnostics, Map<Object,Object> context)
-