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 CompositeCurveTypeGml311Factory. createCompositeCurveType()Returns a new object of class 'Composite Curve Type'.CompositeCurveTypeCompositeCurvePropertyType. getCompositeCurve()Returns the value of the 'Composite Curve' containment reference.CompositeCurveTypeDocumentRoot. getCompositeCurve()Returns the value of the 'Composite Curve' containment reference.CompositeCurveTypeGeometricComplexPropertyType. 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 voidCompositeCurvePropertyType. setCompositeCurve(CompositeCurveType value)Sets the value of the 'Composite Curve' containment reference.voidDocumentRoot. setCompositeCurve(CompositeCurveType value)Sets the value of the 'Composite Curve' containment reference.voidGeometricComplexPropertyType. 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 classCompositeCurveTypeImplAn implementation of the model object 'Composite Curve Type'.Fields in net.opengis.gml311.impl declared as CompositeCurveType Modifier and Type Field Description protected CompositeCurveTypeCompositeCurvePropertyTypeImpl. compositeCurveThe cached value of the 'Composite Curve' containment reference.protected CompositeCurveTypeGeometricComplexPropertyTypeImpl. compositeCurveThe cached value of the 'Composite Curve' containment reference.Methods in net.opengis.gml311.impl that return CompositeCurveType Modifier and Type Method Description CompositeCurveTypeGml311FactoryImpl. createCompositeCurveType()CompositeCurveTypeCompositeCurvePropertyTypeImpl. getCompositeCurve()CompositeCurveTypeDocumentRootImpl. getCompositeCurve()CompositeCurveTypeGeometricComplexPropertyTypeImpl. getCompositeCurve()Methods in net.opengis.gml311.impl with parameters of type CompositeCurveType Modifier and Type Method Description NotificationChainCompositeCurvePropertyTypeImpl. basicSetCompositeCurve(CompositeCurveType newCompositeCurve, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCompositeCurve(CompositeCurveType newCompositeCurve, NotificationChain msgs)NotificationChainGeometricComplexPropertyTypeImpl. basicSetCompositeCurve(CompositeCurveType newCompositeCurve, NotificationChain msgs)voidCompositeCurvePropertyTypeImpl. setCompositeCurve(CompositeCurveType newCompositeCurve)voidDocumentRootImpl. setCompositeCurve(CompositeCurveType newCompositeCurve)voidGeometricComplexPropertyTypeImpl. 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 TGml311Switch. caseCompositeCurveType(CompositeCurveType object)Returns the result of interpreting the object as an instance of 'Composite Curve Type'.booleanGml311Validator. validateCompositeCurveType(CompositeCurveType compositeCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-