Uses of Interface
net.opengis.gml311.CompositeCurveType
-
Packages that use CompositeCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompositeCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeCurveType Modifier and Type Method Description CompositeCurveType
Gml311Factory. createCompositeCurveType()
Returns a new object of class 'Composite Curve Type'.CompositeCurveType
CompositeCurvePropertyType. getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.CompositeCurveType
DocumentRoot. getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.CompositeCurveType
GeometricComplexPropertyType. getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeCurveType Modifier and Type Method Description void
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 CompositeCurveType Modifier and Type Class Description class
CompositeCurveTypeImpl
An implementation of the model object 'Composite Curve Type'.Fields in net.opengis.gml311.impl declared as CompositeCurveType Modifier and Type Field Description protected 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 CompositeCurveType Modifier and Type Method Description CompositeCurveType
Gml311FactoryImpl. createCompositeCurveType()
CompositeCurveType
CompositeCurvePropertyTypeImpl. getCompositeCurve()
CompositeCurveType
DocumentRootImpl. getCompositeCurve()
CompositeCurveType
GeometricComplexPropertyTypeImpl. getCompositeCurve()
Methods in net.opengis.gml311.impl with parameters of type CompositeCurveType Modifier and Type Method Description NotificationChain
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 CompositeCurveType Modifier and Type Method Description T
Gml311Switch. 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)
-