Uses of Interface
net.opengis.gml311.AbstractCurveSegmentType
-
Packages that use AbstractCurveSegmentType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCurveSegmentType in net.opengis.gml311
Subinterfaces of AbstractCurveSegmentType in net.opengis.gml311 Modifier and Type Interface Description interfaceArcByBulgeTypeA representation of the model object 'Arc By Bulge Type'.interfaceArcByCenterPointTypeA representation of the model object 'Arc By Center Point Type'.interfaceArcStringByBulgeTypeA representation of the model object 'Arc String By Bulge Type'.interfaceArcStringTypeA representation of the model object 'Arc String Type'.interfaceArcTypeA representation of the model object 'Arc Type'.interfaceBezierTypeA representation of the model object 'Bezier Type'.interfaceBSplineTypeA representation of the model object 'BSpline Type'.interfaceCircleByCenterPointTypeA representation of the model object 'Circle By Center Point Type'.interfaceCircleTypeA representation of the model object 'Circle Type'.interfaceClothoidTypeA representation of the model object 'Clothoid Type'.interfaceCubicSplineTypeA representation of the model object 'Cubic Spline Type'.interfaceGeodesicStringTypeA representation of the model object 'Geodesic String Type'.interfaceGeodesicTypeA representation of the model object 'Geodesic Type'.interfaceLineStringSegmentTypeA representation of the model object 'Line String Segment Type'.interfaceOffsetCurveTypeA representation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311 that return AbstractCurveSegmentType Modifier and Type Method Description AbstractCurveSegmentTypeDocumentRoot. getCurveSegment()Returns the value of the 'Curve Segment' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractCurveSegmentType Modifier and Type Method Description EList<AbstractCurveSegmentType>CurveSegmentArrayPropertyType. getCurveSegment()Returns the value of the 'Curve Segment' containment reference list. -
Uses of AbstractCurveSegmentType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCurveSegmentType Modifier and Type Class Description classAbstractCurveSegmentTypeImplAn implementation of the model object 'Abstract Curve Segment Type'.classArcByBulgeTypeImplAn implementation of the model object 'Arc By Bulge Type'.classArcByCenterPointTypeImplAn implementation of the model object 'Arc By Center Point Type'.classArcStringByBulgeTypeImplAn implementation of the model object 'Arc String By Bulge Type'.classArcStringTypeImplAn implementation of the model object 'Arc String Type'.classArcTypeImplAn implementation of the model object 'Arc Type'.classBezierTypeImplAn implementation of the model object 'Bezier Type'.classBSplineTypeImplAn implementation of the model object 'BSpline Type'.classCircleByCenterPointTypeImplAn implementation of the model object 'Circle By Center Point Type'.classCircleTypeImplAn implementation of the model object 'Circle Type'.classClothoidTypeImplAn implementation of the model object 'Clothoid Type'.classCubicSplineTypeImplAn implementation of the model object 'Cubic Spline Type'.classGeodesicStringTypeImplAn implementation of the model object 'Geodesic String Type'.classGeodesicTypeImplAn implementation of the model object 'Geodesic Type'.classLineStringSegmentTypeImplAn implementation of the model object 'Line String Segment Type'.classOffsetCurveTypeImplAn implementation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311.impl that return AbstractCurveSegmentType Modifier and Type Method Description AbstractCurveSegmentTypeDocumentRootImpl. getCurveSegment()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractCurveSegmentType Modifier and Type Method Description EList<AbstractCurveSegmentType>CurveSegmentArrayPropertyTypeImpl. getCurveSegment()Methods in net.opengis.gml311.impl with parameters of type AbstractCurveSegmentType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCurveSegment(AbstractCurveSegmentType newCurveSegment, NotificationChain msgs) -
Uses of AbstractCurveSegmentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCurveSegmentType Modifier and Type Method Description TGml311Switch. caseAbstractCurveSegmentType(AbstractCurveSegmentType object)Returns the result of interpreting the object as an instance of 'Abstract Curve Segment Type'.booleanGml311Validator. validateAbstractCurveSegmentType(AbstractCurveSegmentType abstractCurveSegmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-