Uses of Interface
net.opengis.gml311.CompositeCurveType
Packages that use CompositeCurveType
-
Uses of CompositeCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeCurveTypeModifier and TypeMethodDescriptionGml311Factory.createCompositeCurveType()
Returns a new object of class 'Composite Curve Type'.CompositeCurvePropertyType.getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.DocumentRoot.getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.GeometricComplexPropertyType.getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeCurveTypeModifier and TypeMethodDescriptionvoid
CompositeCurvePropertyType.setCompositeCurve
(CompositeCurveType value) Sets the value of the 'Composite Curve
' containment reference.void
DocumentRoot.setCompositeCurve
(CompositeCurveType value) Sets the value of the 'Composite Curve
' containment reference.void
GeometricComplexPropertyType.setCompositeCurve
(CompositeCurveType value) Sets the value of the 'Composite Curve
' containment reference. -
Uses of CompositeCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompositeCurveTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Composite Curve Type'.Fields in net.opengis.gml311.impl declared as CompositeCurveTypeModifier and TypeFieldDescriptionprotected CompositeCurveType
CompositeCurvePropertyTypeImpl.compositeCurve
The cached value of the 'Composite Curve
' containment reference.protected CompositeCurveType
GeometricComplexPropertyTypeImpl.compositeCurve
The cached value of the 'Composite Curve
' containment reference.Methods in net.opengis.gml311.impl that return CompositeCurveTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCompositeCurveType()
CompositeCurvePropertyTypeImpl.getCompositeCurve()
DocumentRootImpl.getCompositeCurve()
GeometricComplexPropertyTypeImpl.getCompositeCurve()
Methods in net.opengis.gml311.impl with parameters of type CompositeCurveTypeModifier and TypeMethodDescriptionNotificationChain
CompositeCurvePropertyTypeImpl.basicSetCompositeCurve
(CompositeCurveType newCompositeCurve, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCompositeCurve
(CompositeCurveType newCompositeCurve, NotificationChain msgs) NotificationChain
GeometricComplexPropertyTypeImpl.basicSetCompositeCurve
(CompositeCurveType newCompositeCurve, NotificationChain msgs) void
CompositeCurvePropertyTypeImpl.setCompositeCurve
(CompositeCurveType newCompositeCurve) void
DocumentRootImpl.setCompositeCurve
(CompositeCurveType newCompositeCurve) void
GeometricComplexPropertyTypeImpl.setCompositeCurve
(CompositeCurveType newCompositeCurve) -
Uses of CompositeCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompositeCurveTypeModifier and TypeMethodDescriptionGml311Switch.caseCompositeCurveType
(CompositeCurveType object) Returns the result of interpreting the object as an instance of 'Composite Curve Type'.boolean
Gml311Validator.validateCompositeCurveType
(CompositeCurveType compositeCurveType, DiagnosticChain diagnostics, Map<Object, Object> context)