Uses of Interface
net.opengis.gml311.CurveSegmentArrayPropertyType
-
Packages that use CurveSegmentArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurveSegmentArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveSegmentArrayPropertyType Modifier and Type Method Description CurveSegmentArrayPropertyType
Gml311Factory. createCurveSegmentArrayPropertyType()
Returns a new object of class 'Curve Segment Array Property Type'.CurveSegmentArrayPropertyType
CurveType. getSegments()
Returns the value of the 'Segments' containment reference.CurveSegmentArrayPropertyType
DocumentRoot. getSegments()
Returns the value of the 'Segments' containment reference.Methods in net.opengis.gml311 with parameters of type CurveSegmentArrayPropertyType Modifier and Type Method Description void
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 CurveSegmentArrayPropertyType Modifier and Type Class Description class
CurveSegmentArrayPropertyTypeImpl
An implementation of the model object 'Curve Segment Array Property Type'.Fields in net.opengis.gml311.impl declared as CurveSegmentArrayPropertyType Modifier and Type Field Description protected CurveSegmentArrayPropertyType
CurveTypeImpl. segments
The cached value of the 'Segments
' containment reference.Methods in net.opengis.gml311.impl that return CurveSegmentArrayPropertyType Modifier and Type Method Description CurveSegmentArrayPropertyType
Gml311FactoryImpl. createCurveSegmentArrayPropertyType()
CurveSegmentArrayPropertyType
CurveTypeImpl. getSegments()
CurveSegmentArrayPropertyType
DocumentRootImpl. getSegments()
Methods in net.opengis.gml311.impl with parameters of type CurveSegmentArrayPropertyType Modifier and Type Method Description NotificationChain
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 CurveSegmentArrayPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-