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 TopoCurveTypeGml311Factory. createTopoCurveType()Returns a new object of class 'Topo Curve Type'.TopoCurveTypeDocumentRoot. getTopoCurve()Returns the value of the 'Topo Curve' containment reference.TopoCurveTypeTopoCurvePropertyType. 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 voidDocumentRoot. setTopoCurve(TopoCurveType value)Sets the value of the 'Topo Curve' containment reference.voidTopoCurvePropertyType. 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 classTopoCurveTypeImplAn implementation of the model object 'Topo Curve Type'.Fields in net.opengis.gml311.impl declared as TopoCurveType Modifier and Type Field Description protected TopoCurveTypeTopoCurvePropertyTypeImpl. topoCurveThe cached value of the 'Topo Curve' containment reference.Methods in net.opengis.gml311.impl that return TopoCurveType Modifier and Type Method Description TopoCurveTypeGml311FactoryImpl. createTopoCurveType()TopoCurveTypeDocumentRootImpl. getTopoCurve()TopoCurveTypeTopoCurvePropertyTypeImpl. getTopoCurve()Methods in net.opengis.gml311.impl with parameters of type TopoCurveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoCurve(TopoCurveType newTopoCurve, NotificationChain msgs)NotificationChainTopoCurvePropertyTypeImpl. basicSetTopoCurve(TopoCurveType newTopoCurve, NotificationChain msgs)voidDocumentRootImpl. setTopoCurve(TopoCurveType newTopoCurve)voidTopoCurvePropertyTypeImpl. 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 TGml311Switch. caseTopoCurveType(TopoCurveType object)Returns the result of interpreting the object as an instance of 'Topo Curve Type'.booleanGml311Validator. validateTopoCurveType(TopoCurveType topoCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-