Uses of Interface
net.opengis.gml311.CurvePropertyType
Packages that use CurvePropertyType
-
Uses of CurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurvePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createCurvePropertyType()Returns a new object of class 'Curve Property Type'.DocumentRoot.getBaseCurve()Returns the value of the 'Base Curve' containment reference.OrientableCurveType.getBaseCurve()Returns the value of the 'Base Curve' containment reference.DocumentRoot.getCenterLineOf()Returns the value of the 'Center Line Of' containment reference.DocumentRoot.getCurveMember()Returns the value of the 'Curve Member' containment reference.DocumentRoot.getCurveProperty()Returns the value of the 'Curve Property' containment reference.EdgeType.getCurveProperty()Returns the value of the 'Curve Property' containment reference.DocumentRoot.getEdgeOf()Returns the value of the 'Edge Of' containment reference.OffsetCurveType.getOffsetBase()Returns the value of the 'Offset Base' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CurvePropertyTypeModifier and TypeMethodDescriptionEList<CurvePropertyType>CompositeCurveType.getCurveMember()Returns the value of the 'Curve Member' containment reference list.EList<CurvePropertyType>MultiCurveType.getCurveMember()Returns the value of the 'Curve Member' containment reference list.EList<CurvePropertyType>RingType.getCurveMember()Returns the value of the 'Curve Member' containment reference list.Methods in net.opengis.gml311 with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setBaseCurve(CurvePropertyType value) Sets the value of the 'Base Curve' containment reference.voidOrientableCurveType.setBaseCurve(CurvePropertyType value) Sets the value of the 'Base Curve' containment reference.voidDocumentRoot.setCenterLineOf(CurvePropertyType value) Sets the value of the 'Center Line Of' containment reference.voidDocumentRoot.setCurveMember(CurvePropertyType value) Sets the value of the 'Curve Member' containment reference.voidDocumentRoot.setCurveProperty(CurvePropertyType value) Sets the value of the 'Curve Property' containment reference.voidEdgeType.setCurveProperty(CurvePropertyType value) Sets the value of the 'Curve Property' containment reference.voidDocumentRoot.setEdgeOf(CurvePropertyType value) Sets the value of the 'Edge Of' containment reference.voidOffsetCurveType.setOffsetBase(CurvePropertyType value) Sets the value of the 'Offset Base' containment reference. -
Uses of CurvePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurvePropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Curve Property Type'.Fields in net.opengis.gml311.impl declared as CurvePropertyTypeModifier and TypeFieldDescriptionprotected CurvePropertyTypeOrientableCurveTypeImpl.baseCurveThe cached value of the 'Base Curve' containment reference.protected CurvePropertyTypeEdgeTypeImpl.curvePropertyThe cached value of the 'Curve Property' containment reference.protected CurvePropertyTypeOffsetCurveTypeImpl.offsetBaseThe cached value of the 'Offset Base' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CurvePropertyTypeModifier and TypeFieldDescriptionprotected EList<CurvePropertyType>CompositeCurveTypeImpl.curveMemberThe cached value of the 'Curve Member' containment reference list.protected EList<CurvePropertyType>MultiCurveTypeImpl.curveMemberThe cached value of the 'Curve Member' containment reference list.protected EList<CurvePropertyType>RingTypeImpl.curveMemberThe cached value of the 'Curve Member' containment reference list.Methods in net.opengis.gml311.impl that return CurvePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCurvePropertyType()DocumentRootImpl.getBaseCurve()OrientableCurveTypeImpl.getBaseCurve()DocumentRootImpl.getCenterLineOf()DocumentRootImpl.getCurveMember()DocumentRootImpl.getCurveProperty()EdgeTypeImpl.getCurveProperty()DocumentRootImpl.getEdgeOf()OffsetCurveTypeImpl.getOffsetBase()Methods in net.opengis.gml311.impl that return types with arguments of type CurvePropertyTypeModifier and TypeMethodDescriptionEList<CurvePropertyType>CompositeCurveTypeImpl.getCurveMember()EList<CurvePropertyType>MultiCurveTypeImpl.getCurveMember()EList<CurvePropertyType>RingTypeImpl.getCurveMember()Methods in net.opengis.gml311.impl with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetBaseCurve(CurvePropertyType newBaseCurve, NotificationChain msgs) NotificationChainOrientableCurveTypeImpl.basicSetBaseCurve(CurvePropertyType newBaseCurve, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCenterLineOf(CurvePropertyType newCenterLineOf, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCurveMember(CurvePropertyType newCurveMember, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCurveProperty(CurvePropertyType newCurveProperty, NotificationChain msgs) NotificationChainEdgeTypeImpl.basicSetCurveProperty(CurvePropertyType newCurveProperty, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetEdgeOf(CurvePropertyType newEdgeOf, NotificationChain msgs) NotificationChainOffsetCurveTypeImpl.basicSetOffsetBase(CurvePropertyType newOffsetBase, NotificationChain msgs) voidDocumentRootImpl.setBaseCurve(CurvePropertyType newBaseCurve) voidOrientableCurveTypeImpl.setBaseCurve(CurvePropertyType newBaseCurve) voidDocumentRootImpl.setCenterLineOf(CurvePropertyType newCenterLineOf) voidDocumentRootImpl.setCurveMember(CurvePropertyType newCurveMember) voidDocumentRootImpl.setCurveProperty(CurvePropertyType newCurveProperty) voidEdgeTypeImpl.setCurveProperty(CurvePropertyType newCurveProperty) voidDocumentRootImpl.setEdgeOf(CurvePropertyType newEdgeOf) voidOffsetCurveTypeImpl.setOffsetBase(CurvePropertyType newOffsetBase) -
Uses of CurvePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurvePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseCurvePropertyType(CurvePropertyType object) Returns the result of interpreting the object as an instance of 'Curve Property Type'.booleanGml311Validator.validateCurvePropertyType(CurvePropertyType curvePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)