Uses of Interface
net.opengis.gml311.ClothoidType
-
Packages that use ClothoidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ClothoidType in net.opengis.gml311
Methods in net.opengis.gml311 that return ClothoidType Modifier and Type Method Description ClothoidType
Gml311Factory. createClothoidType()
Returns a new object of class 'Clothoid Type'.ClothoidType
DocumentRoot. getClothoid()
Returns the value of the 'Clothoid' containment reference.Methods in net.opengis.gml311 with parameters of type ClothoidType Modifier and Type Method Description void
DocumentRoot. setClothoid(ClothoidType value)
Sets the value of the 'Clothoid
' containment reference. -
Uses of ClothoidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ClothoidType Modifier and Type Class Description class
ClothoidTypeImpl
An implementation of the model object 'Clothoid Type'.Methods in net.opengis.gml311.impl that return ClothoidType Modifier and Type Method Description ClothoidType
Gml311FactoryImpl. createClothoidType()
ClothoidType
DocumentRootImpl. getClothoid()
Methods in net.opengis.gml311.impl with parameters of type ClothoidType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetClothoid(ClothoidType newClothoid, NotificationChain msgs)
void
DocumentRootImpl. setClothoid(ClothoidType newClothoid)
-
Uses of ClothoidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ClothoidType Modifier and Type Method Description T
Gml311Switch. caseClothoidType(ClothoidType object)
Returns the result of interpreting the object as an instance of 'Clothoid Type'.boolean
Gml311Validator. validateClothoidType(ClothoidType clothoidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-