Uses of Interface
net.opengis.gml311.OrientableCurveType
-
Packages that use OrientableCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OrientableCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return OrientableCurveType Modifier and Type Method Description OrientableCurveTypeGml311Factory. createOrientableCurveType()Returns a new object of class 'Orientable Curve Type'.OrientableCurveTypeDocumentRoot. getOrientableCurve()Returns the value of the 'Orientable Curve' containment reference.Methods in net.opengis.gml311 with parameters of type OrientableCurveType Modifier and Type Method Description voidDocumentRoot. setOrientableCurve(OrientableCurveType value)Sets the value of the 'Orientable Curve' containment reference. -
Uses of OrientableCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OrientableCurveType Modifier and Type Class Description classOrientableCurveTypeImplAn implementation of the model object 'Orientable Curve Type'.Methods in net.opengis.gml311.impl that return OrientableCurveType Modifier and Type Method Description OrientableCurveTypeGml311FactoryImpl. createOrientableCurveType()OrientableCurveTypeDocumentRootImpl. getOrientableCurve()Methods in net.opengis.gml311.impl with parameters of type OrientableCurveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOrientableCurve(OrientableCurveType newOrientableCurve, NotificationChain msgs)voidDocumentRootImpl. setOrientableCurve(OrientableCurveType newOrientableCurve) -
Uses of OrientableCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OrientableCurveType Modifier and Type Method Description TGml311Switch. caseOrientableCurveType(OrientableCurveType object)Returns the result of interpreting the object as an instance of 'Orientable Curve Type'.booleanGml311Validator. validateOrientableCurveType(OrientableCurveType orientableCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-