Uses of Interface
net.opengis.gml311.CurveArrayPropertyType
-
Packages that use CurveArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurveArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveArrayPropertyType Modifier and Type Method Description CurveArrayPropertyType
Gml311Factory. createCurveArrayPropertyType()
Returns a new object of class 'Curve Array Property Type'.CurveArrayPropertyType
DocumentRoot. getCurveArrayProperty()
Returns the value of the 'Curve Array Property' containment reference.CurveArrayPropertyType
DocumentRoot. getCurveMembers()
Returns the value of the 'Curve Members' containment reference.CurveArrayPropertyType
MultiCurveType. getCurveMembers()
Returns the value of the 'Curve Members' containment reference.Methods in net.opengis.gml311 with parameters of type CurveArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setCurveArrayProperty(CurveArrayPropertyType value)
Sets the value of the 'Curve Array Property
' containment reference.void
DocumentRoot. setCurveMembers(CurveArrayPropertyType value)
Sets the value of the 'Curve Members
' containment reference.void
MultiCurveType. setCurveMembers(CurveArrayPropertyType value)
Sets the value of the 'Curve Members
' containment reference. -
Uses of CurveArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurveArrayPropertyType Modifier and Type Class Description class
CurveArrayPropertyTypeImpl
An implementation of the model object 'Curve Array Property Type'.Fields in net.opengis.gml311.impl declared as CurveArrayPropertyType Modifier and Type Field Description protected CurveArrayPropertyType
MultiCurveTypeImpl. curveMembers
The cached value of the 'Curve Members
' containment reference.Methods in net.opengis.gml311.impl that return CurveArrayPropertyType Modifier and Type Method Description CurveArrayPropertyType
Gml311FactoryImpl. createCurveArrayPropertyType()
CurveArrayPropertyType
DocumentRootImpl. getCurveArrayProperty()
CurveArrayPropertyType
DocumentRootImpl. getCurveMembers()
CurveArrayPropertyType
MultiCurveTypeImpl. getCurveMembers()
Methods in net.opengis.gml311.impl with parameters of type CurveArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCurveArrayProperty(CurveArrayPropertyType newCurveArrayProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCurveMembers(CurveArrayPropertyType newCurveMembers, NotificationChain msgs)
NotificationChain
MultiCurveTypeImpl. basicSetCurveMembers(CurveArrayPropertyType newCurveMembers, NotificationChain msgs)
void
DocumentRootImpl. setCurveArrayProperty(CurveArrayPropertyType newCurveArrayProperty)
void
DocumentRootImpl. setCurveMembers(CurveArrayPropertyType newCurveMembers)
void
MultiCurveTypeImpl. setCurveMembers(CurveArrayPropertyType newCurveMembers)
-
Uses of CurveArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseCurveArrayPropertyType(CurveArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Curve Array Property Type'.boolean
Gml311Validator. validateCurveArrayPropertyType(CurveArrayPropertyType curveArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-