Uses of Interface
net.opengis.gml311.TopoCurveType
-
Packages that use TopoCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoCurveType Modifier and Type Method Description TopoCurveType
Gml311Factory. createTopoCurveType()
Returns a new object of class 'Topo Curve Type'.TopoCurveType
DocumentRoot. getTopoCurve()
Returns the value of the 'Topo Curve' containment reference.TopoCurveType
TopoCurvePropertyType. getTopoCurve()
Returns the value of the 'Topo Curve' containment reference.Methods in net.opengis.gml311 with parameters of type TopoCurveType Modifier and Type Method Description void
DocumentRoot. setTopoCurve(TopoCurveType value)
Sets the value of the 'Topo Curve
' containment reference.void
TopoCurvePropertyType. setTopoCurve(TopoCurveType value)
Sets the value of the 'Topo Curve
' containment reference. -
Uses of TopoCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoCurveType Modifier and Type Class Description class
TopoCurveTypeImpl
An implementation of the model object 'Topo Curve Type'.Fields in net.opengis.gml311.impl declared as TopoCurveType Modifier and Type Field Description protected TopoCurveType
TopoCurvePropertyTypeImpl. topoCurve
The cached value of the 'Topo Curve
' containment reference.Methods in net.opengis.gml311.impl that return TopoCurveType Modifier and Type Method Description TopoCurveType
Gml311FactoryImpl. createTopoCurveType()
TopoCurveType
DocumentRootImpl. getTopoCurve()
TopoCurveType
TopoCurvePropertyTypeImpl. getTopoCurve()
Methods in net.opengis.gml311.impl with parameters of type TopoCurveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoCurve(TopoCurveType newTopoCurve, NotificationChain msgs)
NotificationChain
TopoCurvePropertyTypeImpl. basicSetTopoCurve(TopoCurveType newTopoCurve, NotificationChain msgs)
void
DocumentRootImpl. setTopoCurve(TopoCurveType newTopoCurve)
void
TopoCurvePropertyTypeImpl. setTopoCurve(TopoCurveType newTopoCurve)
-
Uses of TopoCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoCurveType Modifier and Type Method Description T
Gml311Switch. caseTopoCurveType(TopoCurveType object)
Returns the result of interpreting the object as an instance of 'Topo Curve Type'.boolean
Gml311Validator. validateTopoCurveType(TopoCurveType topoCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-