Uses of Interface
net.opengis.gml311.MultiCurvePropertyType
-
Packages that use MultiCurvePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiCurvePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiCurvePropertyType Modifier and Type Method Description MultiCurvePropertyTypeGml311Factory. createMultiCurvePropertyType()Returns a new object of class 'Multi Curve Property Type'.MultiCurvePropertyTypeDocumentRoot. getMultiCenterLineOf()Returns the value of the 'Multi Center Line Of' containment reference.MultiCurvePropertyTypeDocumentRoot. getMultiCurveProperty()Returns the value of the 'Multi Curve Property' containment reference.MultiCurvePropertyTypeDocumentRoot. getMultiEdgeOf()Returns the value of the 'Multi Edge Of' containment reference.Methods in net.opengis.gml311 with parameters of type MultiCurvePropertyType Modifier and Type Method Description voidDocumentRoot. setMultiCenterLineOf(MultiCurvePropertyType value)Sets the value of the 'Multi Center Line Of' containment reference.voidDocumentRoot. setMultiCurveProperty(MultiCurvePropertyType value)Sets the value of the 'Multi Curve Property' containment reference.voidDocumentRoot. setMultiEdgeOf(MultiCurvePropertyType value)Sets the value of the 'Multi Edge Of' containment reference. -
Uses of MultiCurvePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiCurvePropertyType Modifier and Type Class Description classMultiCurvePropertyTypeImplAn implementation of the model object 'Multi Curve Property Type'.Methods in net.opengis.gml311.impl that return MultiCurvePropertyType Modifier and Type Method Description MultiCurvePropertyTypeGml311FactoryImpl. createMultiCurvePropertyType()MultiCurvePropertyTypeDocumentRootImpl. getMultiCenterLineOf()MultiCurvePropertyTypeDocumentRootImpl. getMultiCurveProperty()MultiCurvePropertyTypeDocumentRootImpl. getMultiEdgeOf()Methods in net.opengis.gml311.impl with parameters of type MultiCurvePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiCenterLineOf(MultiCurvePropertyType newMultiCenterLineOf, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMultiCurveProperty(MultiCurvePropertyType newMultiCurveProperty, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMultiEdgeOf(MultiCurvePropertyType newMultiEdgeOf, NotificationChain msgs)voidDocumentRootImpl. setMultiCenterLineOf(MultiCurvePropertyType newMultiCenterLineOf)voidDocumentRootImpl. setMultiCurveProperty(MultiCurvePropertyType newMultiCurveProperty)voidDocumentRootImpl. setMultiEdgeOf(MultiCurvePropertyType newMultiEdgeOf) -
Uses of MultiCurvePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiCurvePropertyType Modifier and Type Method Description TGml311Switch. caseMultiCurvePropertyType(MultiCurvePropertyType object)Returns the result of interpreting the object as an instance of 'Multi Curve Property Type'.booleanGml311Validator. validateMultiCurvePropertyType(MultiCurvePropertyType multiCurvePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-