Uses of Interface
net.opengis.gml311.LineStringPropertyType
-
Packages that use LineStringPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LineStringPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return LineStringPropertyType Modifier and Type Method Description LineStringPropertyTypeGml311Factory. createLineStringPropertyType()Returns a new object of class 'Line String Property Type'.LineStringPropertyTypeDocumentRoot. getLineStringMember()Returns the value of the 'Line String Member' containment reference.LineStringPropertyTypeDocumentRoot. getLineStringProperty()Returns the value of the 'Line String Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type LineStringPropertyType Modifier and Type Method Description EList<LineStringPropertyType>MultiLineStringType. getLineStringMember()Returns the value of the 'Line String Member' containment reference list.Methods in net.opengis.gml311 with parameters of type LineStringPropertyType Modifier and Type Method Description voidDocumentRoot. setLineStringMember(LineStringPropertyType value)Sets the value of the 'Line String Member' containment reference.voidDocumentRoot. setLineStringProperty(LineStringPropertyType value)Sets the value of the 'Line String Property' containment reference. -
Uses of LineStringPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LineStringPropertyType Modifier and Type Class Description classLineStringPropertyTypeImplAn implementation of the model object 'Line String Property Type'.Fields in net.opengis.gml311.impl with type parameters of type LineStringPropertyType Modifier and Type Field Description protected EList<LineStringPropertyType>MultiLineStringTypeImpl. lineStringMemberThe cached value of the 'Line String Member' containment reference list.Methods in net.opengis.gml311.impl that return LineStringPropertyType Modifier and Type Method Description LineStringPropertyTypeGml311FactoryImpl. createLineStringPropertyType()LineStringPropertyTypeDocumentRootImpl. getLineStringMember()LineStringPropertyTypeDocumentRootImpl. getLineStringProperty()Methods in net.opengis.gml311.impl that return types with arguments of type LineStringPropertyType Modifier and Type Method Description EList<LineStringPropertyType>MultiLineStringTypeImpl. getLineStringMember()Methods in net.opengis.gml311.impl with parameters of type LineStringPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLineStringMember(LineStringPropertyType newLineStringMember, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetLineStringProperty(LineStringPropertyType newLineStringProperty, NotificationChain msgs)voidDocumentRootImpl. setLineStringMember(LineStringPropertyType newLineStringMember)voidDocumentRootImpl. setLineStringProperty(LineStringPropertyType newLineStringProperty) -
Uses of LineStringPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineStringPropertyType Modifier and Type Method Description TGml311Switch. caseLineStringPropertyType(LineStringPropertyType object)Returns the result of interpreting the object as an instance of 'Line String Property Type'.booleanGml311Validator. validateLineStringPropertyType(LineStringPropertyType lineStringPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-