Uses of Interface
net.opengis.gml311.CurveArrayPropertyType
-
Packages that use CurveArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurveArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CurveArrayPropertyType Modifier and Type Method Description CurveArrayPropertyTypeGml311Factory. createCurveArrayPropertyType()Returns a new object of class 'Curve Array Property Type'.CurveArrayPropertyTypeDocumentRoot. getCurveArrayProperty()Returns the value of the 'Curve Array Property' containment reference.CurveArrayPropertyTypeDocumentRoot. getCurveMembers()Returns the value of the 'Curve Members' containment reference.CurveArrayPropertyTypeMultiCurveType. getCurveMembers()Returns the value of the 'Curve Members' containment reference.Methods in net.opengis.gml311 with parameters of type CurveArrayPropertyType Modifier and Type Method Description voidDocumentRoot. setCurveArrayProperty(CurveArrayPropertyType value)Sets the value of the 'Curve Array Property' containment reference.voidDocumentRoot. setCurveMembers(CurveArrayPropertyType value)Sets the value of the 'Curve Members' containment reference.voidMultiCurveType. setCurveMembers(CurveArrayPropertyType value)Sets the value of the 'Curve Members' containment reference. -
Uses of CurveArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CurveArrayPropertyType Modifier and Type Class Description classCurveArrayPropertyTypeImplAn implementation of the model object 'Curve Array Property Type'.Fields in net.opengis.gml311.impl declared as CurveArrayPropertyType Modifier and Type Field Description protected CurveArrayPropertyTypeMultiCurveTypeImpl. curveMembersThe cached value of the 'Curve Members' containment reference.Methods in net.opengis.gml311.impl that return CurveArrayPropertyType Modifier and Type Method Description CurveArrayPropertyTypeGml311FactoryImpl. createCurveArrayPropertyType()CurveArrayPropertyTypeDocumentRootImpl. getCurveArrayProperty()CurveArrayPropertyTypeDocumentRootImpl. getCurveMembers()CurveArrayPropertyTypeMultiCurveTypeImpl. getCurveMembers()Methods in net.opengis.gml311.impl with parameters of type CurveArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCurveArrayProperty(CurveArrayPropertyType newCurveArrayProperty, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCurveMembers(CurveArrayPropertyType newCurveMembers, NotificationChain msgs)NotificationChainMultiCurveTypeImpl. basicSetCurveMembers(CurveArrayPropertyType newCurveMembers, NotificationChain msgs)voidDocumentRootImpl. setCurveArrayProperty(CurveArrayPropertyType newCurveArrayProperty)voidDocumentRootImpl. setCurveMembers(CurveArrayPropertyType newCurveMembers)voidMultiCurveTypeImpl. setCurveMembers(CurveArrayPropertyType newCurveMembers) -
Uses of CurveArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveArrayPropertyType Modifier and Type Method Description TGml311Switch. caseCurveArrayPropertyType(CurveArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Curve Array Property Type'.booleanGml311Validator. validateCurveArrayPropertyType(CurveArrayPropertyType curveArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-