Uses of Interface
net.opengis.gml311.CurvePropertyType
-
Packages that use CurvePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurvePropertyType Modifier and Type Method Description CurvePropertyType
Gml311Factory. createCurvePropertyType()
Returns a new object of class 'Curve Property Type'.CurvePropertyType
DocumentRoot. getBaseCurve()
Returns the value of the 'Base Curve' containment reference.CurvePropertyType
OrientableCurveType. getBaseCurve()
Returns the value of the 'Base Curve' containment reference.CurvePropertyType
DocumentRoot. getCenterLineOf()
Returns the value of the 'Center Line Of' containment reference.CurvePropertyType
DocumentRoot. getCurveMember()
Returns the value of the 'Curve Member' containment reference.CurvePropertyType
DocumentRoot. getCurveProperty()
Returns the value of the 'Curve Property' containment reference.CurvePropertyType
EdgeType. getCurveProperty()
Returns the value of the 'Curve Property' containment reference.CurvePropertyType
DocumentRoot. getEdgeOf()
Returns the value of the 'Edge Of' containment reference.CurvePropertyType
OffsetCurveType. getOffsetBase()
Returns the value of the 'Offset Base' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CurvePropertyType Modifier and Type Method Description EList<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 CurvePropertyType Modifier and Type Method Description void
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 CurvePropertyType Modifier and Type Class Description class
CurvePropertyTypeImpl
An implementation of the model object 'Curve Property Type'.Fields in net.opengis.gml311.impl declared as CurvePropertyType Modifier and Type Field Description protected 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 CurvePropertyType Modifier and Type Field Description protected 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 CurvePropertyType Modifier and Type Method Description CurvePropertyType
Gml311FactoryImpl. createCurvePropertyType()
CurvePropertyType
DocumentRootImpl. getBaseCurve()
CurvePropertyType
OrientableCurveTypeImpl. getBaseCurve()
CurvePropertyType
DocumentRootImpl. getCenterLineOf()
CurvePropertyType
DocumentRootImpl. getCurveMember()
CurvePropertyType
DocumentRootImpl. getCurveProperty()
CurvePropertyType
EdgeTypeImpl. getCurveProperty()
CurvePropertyType
DocumentRootImpl. getEdgeOf()
CurvePropertyType
OffsetCurveTypeImpl. getOffsetBase()
Methods in net.opengis.gml311.impl that return types with arguments of type CurvePropertyType Modifier and Type Method Description EList<CurvePropertyType>
CompositeCurveTypeImpl. getCurveMember()
EList<CurvePropertyType>
MultiCurveTypeImpl. getCurveMember()
EList<CurvePropertyType>
RingTypeImpl. getCurveMember()
Methods in net.opengis.gml311.impl with parameters of type CurvePropertyType Modifier and Type Method Description NotificationChain
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 CurvePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-