Uses of Interface
net.opengis.gml311.CurvePropertyType
Packages that use CurvePropertyType
-
Uses of CurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurvePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createCurvePropertyType()
Returns a new object of class 'Curve Property Type'.DocumentRoot.getBaseCurve()
Returns the value of the 'Base Curve' containment reference.OrientableCurveType.getBaseCurve()
Returns the value of the 'Base Curve' containment reference.DocumentRoot.getCenterLineOf()
Returns the value of the 'Center Line Of' containment reference.DocumentRoot.getCurveMember()
Returns the value of the 'Curve Member' containment reference.DocumentRoot.getCurveProperty()
Returns the value of the 'Curve Property' containment reference.EdgeType.getCurveProperty()
Returns the value of the 'Curve Property' containment reference.DocumentRoot.getEdgeOf()
Returns the value of the 'Edge Of' containment reference.OffsetCurveType.getOffsetBase()
Returns the value of the 'Offset Base' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CurvePropertyTypeModifier and TypeMethodDescriptionEList<CurvePropertyType>
CompositeCurveType.getCurveMember()
Returns the value of the 'Curve Member' containment reference list.EList<CurvePropertyType>
MultiCurveType.getCurveMember()
Returns the value of the 'Curve Member' containment reference list.EList<CurvePropertyType>
RingType.getCurveMember()
Returns the value of the 'Curve Member' containment reference list.Methods in net.opengis.gml311 with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setBaseCurve
(CurvePropertyType value) Sets the value of the 'Base Curve
' containment reference.void
OrientableCurveType.setBaseCurve
(CurvePropertyType value) Sets the value of the 'Base Curve
' containment reference.void
DocumentRoot.setCenterLineOf
(CurvePropertyType value) Sets the value of the 'Center Line Of
' containment reference.void
DocumentRoot.setCurveMember
(CurvePropertyType value) Sets the value of the 'Curve Member
' containment reference.void
DocumentRoot.setCurveProperty
(CurvePropertyType value) Sets the value of the 'Curve Property
' containment reference.void
EdgeType.setCurveProperty
(CurvePropertyType value) Sets the value of the 'Curve Property
' containment reference.void
DocumentRoot.setEdgeOf
(CurvePropertyType value) Sets the value of the 'Edge Of
' containment reference.void
OffsetCurveType.setOffsetBase
(CurvePropertyType value) Sets the value of the 'Offset Base
' containment reference. -
Uses of CurvePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurvePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Curve Property Type'.Fields in net.opengis.gml311.impl declared as CurvePropertyTypeModifier and TypeFieldDescriptionprotected CurvePropertyType
OrientableCurveTypeImpl.baseCurve
The cached value of the 'Base Curve
' containment reference.protected CurvePropertyType
EdgeTypeImpl.curveProperty
The cached value of the 'Curve Property
' containment reference.protected CurvePropertyType
OffsetCurveTypeImpl.offsetBase
The cached value of the 'Offset Base
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CurvePropertyTypeModifier and TypeFieldDescriptionprotected EList<CurvePropertyType>
CompositeCurveTypeImpl.curveMember
The cached value of the 'Curve Member
' containment reference list.protected EList<CurvePropertyType>
MultiCurveTypeImpl.curveMember
The cached value of the 'Curve Member
' containment reference list.protected EList<CurvePropertyType>
RingTypeImpl.curveMember
The cached value of the 'Curve Member
' containment reference list.Methods in net.opengis.gml311.impl that return CurvePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCurvePropertyType()
DocumentRootImpl.getBaseCurve()
OrientableCurveTypeImpl.getBaseCurve()
DocumentRootImpl.getCenterLineOf()
DocumentRootImpl.getCurveMember()
DocumentRootImpl.getCurveProperty()
EdgeTypeImpl.getCurveProperty()
DocumentRootImpl.getEdgeOf()
OffsetCurveTypeImpl.getOffsetBase()
Methods in net.opengis.gml311.impl that return types with arguments of type CurvePropertyTypeModifier and TypeMethodDescriptionEList<CurvePropertyType>
CompositeCurveTypeImpl.getCurveMember()
EList<CurvePropertyType>
MultiCurveTypeImpl.getCurveMember()
EList<CurvePropertyType>
RingTypeImpl.getCurveMember()
Methods in net.opengis.gml311.impl with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBaseCurve
(CurvePropertyType newBaseCurve, NotificationChain msgs) NotificationChain
OrientableCurveTypeImpl.basicSetBaseCurve
(CurvePropertyType newBaseCurve, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCenterLineOf
(CurvePropertyType newCenterLineOf, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCurveMember
(CurvePropertyType newCurveMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCurveProperty
(CurvePropertyType newCurveProperty, NotificationChain msgs) NotificationChain
EdgeTypeImpl.basicSetCurveProperty
(CurvePropertyType newCurveProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetEdgeOf
(CurvePropertyType newEdgeOf, NotificationChain msgs) NotificationChain
OffsetCurveTypeImpl.basicSetOffsetBase
(CurvePropertyType newOffsetBase, NotificationChain msgs) void
DocumentRootImpl.setBaseCurve
(CurvePropertyType newBaseCurve) void
OrientableCurveTypeImpl.setBaseCurve
(CurvePropertyType newBaseCurve) void
DocumentRootImpl.setCenterLineOf
(CurvePropertyType newCenterLineOf) void
DocumentRootImpl.setCurveMember
(CurvePropertyType newCurveMember) void
DocumentRootImpl.setCurveProperty
(CurvePropertyType newCurveProperty) void
EdgeTypeImpl.setCurveProperty
(CurvePropertyType newCurveProperty) void
DocumentRootImpl.setEdgeOf
(CurvePropertyType newEdgeOf) void
OffsetCurveTypeImpl.setOffsetBase
(CurvePropertyType newOffsetBase) -
Uses of CurvePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseCurvePropertyType
(CurvePropertyType object) Returns the result of interpreting the object as an instance of 'Curve Property Type'.boolean
Gml311Validator.validateCurvePropertyType
(CurvePropertyType curvePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)