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 ClothoidTypeGml311Factory. createClothoidType()Returns a new object of class 'Clothoid Type'.ClothoidTypeDocumentRoot. getClothoid()Returns the value of the 'Clothoid' containment reference.Methods in net.opengis.gml311 with parameters of type ClothoidType Modifier and Type Method Description voidDocumentRoot. 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 classClothoidTypeImplAn implementation of the model object 'Clothoid Type'.Methods in net.opengis.gml311.impl that return ClothoidType Modifier and Type Method Description ClothoidTypeGml311FactoryImpl. createClothoidType()ClothoidTypeDocumentRootImpl. getClothoid()Methods in net.opengis.gml311.impl with parameters of type ClothoidType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetClothoid(ClothoidType newClothoid, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseClothoidType(ClothoidType object)Returns the result of interpreting the object as an instance of 'Clothoid Type'.booleanGml311Validator. validateClothoidType(ClothoidType clothoidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-