Uses of Interface
net.opengis.gml311.MultiCurvePropertyType
-
Packages that use MultiCurvePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiCurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiCurvePropertyType Modifier and Type Method Description MultiCurvePropertyType
Gml311Factory. createMultiCurvePropertyType()
Returns a new object of class 'Multi Curve Property Type'.MultiCurvePropertyType
DocumentRoot. getMultiCenterLineOf()
Returns the value of the 'Multi Center Line Of' containment reference.MultiCurvePropertyType
DocumentRoot. getMultiCurveProperty()
Returns the value of the 'Multi Curve Property' containment reference.MultiCurvePropertyType
DocumentRoot. getMultiEdgeOf()
Returns the value of the 'Multi Edge Of' containment reference.Methods in net.opengis.gml311 with parameters of type MultiCurvePropertyType Modifier and Type Method Description void
DocumentRoot. setMultiCenterLineOf(MultiCurvePropertyType value)
Sets the value of the 'Multi Center Line Of
' containment reference.void
DocumentRoot. setMultiCurveProperty(MultiCurvePropertyType value)
Sets the value of the 'Multi Curve Property
' containment reference.void
DocumentRoot. setMultiEdgeOf(MultiCurvePropertyType value)
Sets the value of the 'Multi Edge Of
' containment reference. -
Uses of MultiCurvePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiCurvePropertyType Modifier and Type Class Description class
MultiCurvePropertyTypeImpl
An implementation of the model object 'Multi Curve Property Type'.Methods in net.opengis.gml311.impl that return MultiCurvePropertyType Modifier and Type Method Description MultiCurvePropertyType
Gml311FactoryImpl. createMultiCurvePropertyType()
MultiCurvePropertyType
DocumentRootImpl. getMultiCenterLineOf()
MultiCurvePropertyType
DocumentRootImpl. getMultiCurveProperty()
MultiCurvePropertyType
DocumentRootImpl. getMultiEdgeOf()
Methods in net.opengis.gml311.impl with parameters of type MultiCurvePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiCenterLineOf(MultiCurvePropertyType newMultiCenterLineOf, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiCurveProperty(MultiCurvePropertyType newMultiCurveProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMultiEdgeOf(MultiCurvePropertyType newMultiEdgeOf, NotificationChain msgs)
void
DocumentRootImpl. setMultiCenterLineOf(MultiCurvePropertyType newMultiCenterLineOf)
void
DocumentRootImpl. setMultiCurveProperty(MultiCurvePropertyType newMultiCurveProperty)
void
DocumentRootImpl. setMultiEdgeOf(MultiCurvePropertyType newMultiEdgeOf)
-
Uses of MultiCurvePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiCurvePropertyType Modifier and Type Method Description T
Gml311Switch. caseMultiCurvePropertyType(MultiCurvePropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Curve Property Type'.boolean
Gml311Validator. validateMultiCurvePropertyType(MultiCurvePropertyType multiCurvePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-