Uses of Interface
net.opengis.gml311.CurveArrayPropertyType
Packages that use CurveArrayPropertyType
-
Uses of CurveArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createCurveArrayPropertyType()
Returns a new object of class 'Curve Array Property Type'.DocumentRoot.getCurveArrayProperty()
Returns the value of the 'Curve Array Property' containment reference.DocumentRoot.getCurveMembers()
Returns the value of the 'Curve Members' containment reference.MultiCurveType.getCurveMembers()
Returns the value of the 'Curve Members' containment reference.Methods in net.opengis.gml311 with parameters of type CurveArrayPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCurveArrayProperty
(CurveArrayPropertyType value) Sets the value of the 'Curve Array Property
' containment reference.void
DocumentRoot.setCurveMembers
(CurveArrayPropertyType value) Sets the value of the 'Curve Members
' containment reference.void
MultiCurveType.setCurveMembers
(CurveArrayPropertyType value) Sets the value of the 'Curve Members
' containment reference. -
Uses of CurveArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurveArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Curve Array Property Type'.Fields in net.opengis.gml311.impl declared as CurveArrayPropertyTypeModifier and TypeFieldDescriptionprotected CurveArrayPropertyType
MultiCurveTypeImpl.curveMembers
The cached value of the 'Curve Members
' containment reference.Methods in net.opengis.gml311.impl that return CurveArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCurveArrayPropertyType()
DocumentRootImpl.getCurveArrayProperty()
DocumentRootImpl.getCurveMembers()
MultiCurveTypeImpl.getCurveMembers()
Methods in net.opengis.gml311.impl with parameters of type CurveArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCurveArrayProperty
(CurveArrayPropertyType newCurveArrayProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCurveMembers
(CurveArrayPropertyType newCurveMembers, NotificationChain msgs) NotificationChain
MultiCurveTypeImpl.basicSetCurveMembers
(CurveArrayPropertyType newCurveMembers, NotificationChain msgs) void
DocumentRootImpl.setCurveArrayProperty
(CurveArrayPropertyType newCurveArrayProperty) void
DocumentRootImpl.setCurveMembers
(CurveArrayPropertyType newCurveMembers) void
MultiCurveTypeImpl.setCurveMembers
(CurveArrayPropertyType newCurveMembers) -
Uses of CurveArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseCurveArrayPropertyType
(CurveArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Curve Array Property Type'.boolean
Gml311Validator.validateCurveArrayPropertyType
(CurveArrayPropertyType curveArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)