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 interface
ArcByBulgeType
A representation of the model object 'Arc By Bulge Type'.interface
ArcByCenterPointType
A representation of the model object 'Arc By Center Point Type'.interface
ArcStringByBulgeType
A representation of the model object 'Arc String By Bulge Type'.interface
ArcStringType
A representation of the model object 'Arc String Type'.interface
ArcType
A representation of the model object 'Arc Type'.interface
BezierType
A representation of the model object 'Bezier Type'.interface
BSplineType
A representation of the model object 'BSpline Type'.interface
CircleByCenterPointType
A representation of the model object 'Circle By Center Point Type'.interface
CircleType
A representation of the model object 'Circle Type'.interface
ClothoidType
A representation of the model object 'Clothoid Type'.interface
CubicSplineType
A representation of the model object 'Cubic Spline Type'.interface
GeodesicStringType
A representation of the model object 'Geodesic String Type'.interface
GeodesicType
A representation of the model object 'Geodesic Type'.interface
LineStringSegmentType
A representation of the model object 'Line String Segment Type'.interface
OffsetCurveType
A representation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311 that return AbstractCurveSegmentType Modifier and Type Method Description AbstractCurveSegmentType
DocumentRoot. 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 class
AbstractCurveSegmentTypeImpl
An implementation of the model object 'Abstract Curve Segment Type'.class
ArcByBulgeTypeImpl
An implementation of the model object 'Arc By Bulge Type'.class
ArcByCenterPointTypeImpl
An implementation of the model object 'Arc By Center Point Type'.class
ArcStringByBulgeTypeImpl
An implementation of the model object 'Arc String By Bulge Type'.class
ArcStringTypeImpl
An implementation of the model object 'Arc String Type'.class
ArcTypeImpl
An implementation of the model object 'Arc Type'.class
BezierTypeImpl
An implementation of the model object 'Bezier Type'.class
BSplineTypeImpl
An implementation of the model object 'BSpline Type'.class
CircleByCenterPointTypeImpl
An implementation of the model object 'Circle By Center Point Type'.class
CircleTypeImpl
An implementation of the model object 'Circle Type'.class
ClothoidTypeImpl
An implementation of the model object 'Clothoid Type'.class
CubicSplineTypeImpl
An implementation of the model object 'Cubic Spline Type'.class
GeodesicStringTypeImpl
An implementation of the model object 'Geodesic String Type'.class
GeodesicTypeImpl
An implementation of the model object 'Geodesic Type'.class
LineStringSegmentTypeImpl
An implementation of the model object 'Line String Segment Type'.class
OffsetCurveTypeImpl
An implementation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311.impl that return AbstractCurveSegmentType Modifier and Type Method Description AbstractCurveSegmentType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractCurveSegmentType(AbstractCurveSegmentType object)
Returns the result of interpreting the object as an instance of 'Abstract Curve Segment Type'.boolean
Gml311Validator. validateAbstractCurveSegmentType(AbstractCurveSegmentType abstractCurveSegmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-