Uses of Interface
net.opengis.gml311.MultiCurvePropertyType
Packages that use MultiCurvePropertyType
-
Uses of MultiCurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiCurvePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createMultiCurvePropertyType()
Returns a new object of class 'Multi Curve Property Type'.DocumentRoot.getMultiCenterLineOf()
Returns the value of the 'Multi Center Line Of' containment reference.DocumentRoot.getMultiCurveProperty()
Returns the value of the 'Multi Curve Property' containment reference.DocumentRoot.getMultiEdgeOf()
Returns the value of the 'Multi Edge Of' containment reference.Methods in net.opengis.gml311 with parameters of type MultiCurvePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMultiCenterLineOf
(MultiCurvePropertyType value) Sets the value of the 'Multi Center Line Of
' containment reference.void
DocumentRoot.setMultiCurveProperty
(MultiCurvePropertyType value) Sets the value of the 'Multi Curve Property
' containment reference.void
DocumentRoot.setMultiEdgeOf
(MultiCurvePropertyType value) Sets the value of the 'Multi Edge Of
' containment reference. -
Uses of MultiCurvePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiCurvePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Curve Property Type'.Methods in net.opengis.gml311.impl that return MultiCurvePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiCurvePropertyType()
DocumentRootImpl.getMultiCenterLineOf()
DocumentRootImpl.getMultiCurveProperty()
DocumentRootImpl.getMultiEdgeOf()
Methods in net.opengis.gml311.impl with parameters of type MultiCurvePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMultiCenterLineOf
(MultiCurvePropertyType newMultiCenterLineOf, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMultiCurveProperty
(MultiCurvePropertyType newMultiCurveProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMultiEdgeOf
(MultiCurvePropertyType newMultiEdgeOf, NotificationChain msgs) void
DocumentRootImpl.setMultiCenterLineOf
(MultiCurvePropertyType newMultiCenterLineOf) void
DocumentRootImpl.setMultiCurveProperty
(MultiCurvePropertyType newMultiCurveProperty) void
DocumentRootImpl.setMultiEdgeOf
(MultiCurvePropertyType newMultiEdgeOf) -
Uses of MultiCurvePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiCurvePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseMultiCurvePropertyType
(MultiCurvePropertyType object) Returns the result of interpreting the object as an instance of 'Multi Curve Property Type'.boolean
Gml311Validator.validateMultiCurvePropertyType
(MultiCurvePropertyType multiCurvePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)