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 TinType
Gml311Factory. createTinType()
Returns a new object of class 'Tin Type'.TinType
DocumentRoot. getTin()
Returns the value of the 'Tin' containment reference.Methods in net.opengis.gml311 with parameters of type TinType Modifier and Type Method Description void
DocumentRoot. 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 class
TinTypeImpl
An implementation of the model object 'Tin Type'.Methods in net.opengis.gml311.impl that return TinType Modifier and Type Method Description TinType
Gml311FactoryImpl. createTinType()
TinType
DocumentRootImpl. getTin()
Methods in net.opengis.gml311.impl with parameters of type TinType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTin(TinType newTin, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTinType(TinType object)
Returns the result of interpreting the object as an instance of 'Tin Type'.boolean
Gml311Validator. validateTinType(TinType tinType, DiagnosticChain diagnostics, Map<Object,Object> context)
-