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 CurveSegmentArrayPropertyTypeGml311Factory. createCurveSegmentArrayPropertyType()Returns a new object of class 'Curve Segment Array Property Type'.CurveSegmentArrayPropertyTypeCurveType. getSegments()Returns the value of the 'Segments' containment reference.CurveSegmentArrayPropertyTypeDocumentRoot. getSegments()Returns the value of the 'Segments' containment reference.Methods in net.opengis.gml311 with parameters of type CurveSegmentArrayPropertyType Modifier and Type Method Description voidCurveType. setSegments(CurveSegmentArrayPropertyType value)Sets the value of the 'Segments' containment reference.voidDocumentRoot. 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 classCurveSegmentArrayPropertyTypeImplAn 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 CurveSegmentArrayPropertyTypeCurveTypeImpl. segmentsThe cached value of the 'Segments' containment reference.Methods in net.opengis.gml311.impl that return CurveSegmentArrayPropertyType Modifier and Type Method Description CurveSegmentArrayPropertyTypeGml311FactoryImpl. createCurveSegmentArrayPropertyType()CurveSegmentArrayPropertyTypeCurveTypeImpl. getSegments()CurveSegmentArrayPropertyTypeDocumentRootImpl. getSegments()Methods in net.opengis.gml311.impl with parameters of type CurveSegmentArrayPropertyType Modifier and Type Method Description NotificationChainCurveTypeImpl. basicSetSegments(CurveSegmentArrayPropertyType newSegments, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSegments(CurveSegmentArrayPropertyType newSegments, NotificationChain msgs)voidCurveTypeImpl. setSegments(CurveSegmentArrayPropertyType newSegments)voidDocumentRootImpl. 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 TGml311Switch. caseCurveSegmentArrayPropertyType(CurveSegmentArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Curve Segment Array Property Type'.booleanGml311Validator. validateCurveSegmentArrayPropertyType(CurveSegmentArrayPropertyType curveSegmentArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-