Uses of Interface
net.opengis.gml311.CurveSegmentArrayPropertyType
Packages that use CurveSegmentArrayPropertyType
-
Uses of CurveSegmentArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveSegmentArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createCurveSegmentArrayPropertyType()
Returns a new object of class 'Curve Segment Array Property Type'.CurveType.getSegments()
Returns the value of the 'Segments' containment reference.DocumentRoot.getSegments()
Returns the value of the 'Segments' containment reference.Methods in net.opengis.gml311 with parameters of type CurveSegmentArrayPropertyTypeModifier and TypeMethodDescriptionvoid
CurveType.setSegments
(CurveSegmentArrayPropertyType value) Sets the value of the 'Segments
' containment reference.void
DocumentRoot.setSegments
(CurveSegmentArrayPropertyType value) Sets the value of the 'Segments
' containment reference. -
Uses of CurveSegmentArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurveSegmentArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Curve Segment Array Property Type'.Fields in net.opengis.gml311.impl declared as CurveSegmentArrayPropertyTypeModifier and TypeFieldDescriptionprotected CurveSegmentArrayPropertyType
CurveTypeImpl.segments
The cached value of the 'Segments
' containment reference.Methods in net.opengis.gml311.impl that return CurveSegmentArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCurveSegmentArrayPropertyType()
CurveTypeImpl.getSegments()
DocumentRootImpl.getSegments()
Methods in net.opengis.gml311.impl with parameters of type CurveSegmentArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
CurveTypeImpl.basicSetSegments
(CurveSegmentArrayPropertyType newSegments, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSegments
(CurveSegmentArrayPropertyType newSegments, NotificationChain msgs) void
CurveTypeImpl.setSegments
(CurveSegmentArrayPropertyType newSegments) void
DocumentRootImpl.setSegments
(CurveSegmentArrayPropertyType newSegments) -
Uses of CurveSegmentArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveSegmentArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseCurveSegmentArrayPropertyType
(CurveSegmentArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Curve Segment Array Property Type'.boolean
Gml311Validator.validateCurveSegmentArrayPropertyType
(CurveSegmentArrayPropertyType curveSegmentArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)