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 LineStringPropertyType
Gml311Factory. createLineStringPropertyType()
Returns a new object of class 'Line String Property Type'.LineStringPropertyType
DocumentRoot. getLineStringMember()
Returns the value of the 'Line String Member' containment reference.LineStringPropertyType
DocumentRoot. 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 void
DocumentRoot. setLineStringMember(LineStringPropertyType value)
Sets the value of the 'Line String Member
' containment reference.void
DocumentRoot. 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 class
LineStringPropertyTypeImpl
An 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. lineStringMember
The cached value of the 'Line String Member
' containment reference list.Methods in net.opengis.gml311.impl that return LineStringPropertyType Modifier and Type Method Description LineStringPropertyType
Gml311FactoryImpl. createLineStringPropertyType()
LineStringPropertyType
DocumentRootImpl. getLineStringMember()
LineStringPropertyType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetLineStringMember(LineStringPropertyType newLineStringMember, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetLineStringProperty(LineStringPropertyType newLineStringProperty, NotificationChain msgs)
void
DocumentRootImpl. setLineStringMember(LineStringPropertyType newLineStringMember)
void
DocumentRootImpl. 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 T
Gml311Switch. caseLineStringPropertyType(LineStringPropertyType object)
Returns the result of interpreting the object as an instance of 'Line String Property Type'.boolean
Gml311Validator. validateLineStringPropertyType(LineStringPropertyType lineStringPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-