Uses of Interface
net.opengis.gml311.FeaturePropertyType
Packages that use FeaturePropertyType
-
Uses of FeaturePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeaturePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createFeaturePropertyType()
Returns a new object of class 'Feature Property Type'.DocumentRoot.getFeatureMember()
Returns the value of the 'Feature Member' containment reference.DocumentRoot.getFeatureProperty()
Returns the value of the 'Feature Property' containment reference.DocumentRoot.getUsing()
Returns the value of the 'Using' containment reference.ObservationType.getUsing()
Returns the value of the 'Using' containment reference.Methods in net.opengis.gml311 that return types with arguments of type FeaturePropertyTypeModifier and TypeMethodDescriptionEList<FeaturePropertyType>
AbstractFeatureCollectionType.getFeatureMember()
Returns the value of the 'Feature Member' containment reference list.Methods in net.opengis.gml311 with parameters of type FeaturePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setFeatureMember
(FeaturePropertyType value) Sets the value of the 'Feature Member
' containment reference.void
DocumentRoot.setFeatureProperty
(FeaturePropertyType value) Sets the value of the 'Feature Property
' containment reference.void
DocumentRoot.setUsing
(FeaturePropertyType value) Sets the value of the 'Using
' containment reference.void
ObservationType.setUsing
(FeaturePropertyType value) Sets the value of the 'Using
' containment reference. -
Uses of FeaturePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeaturePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Property Type'.Fields in net.opengis.gml311.impl declared as FeaturePropertyTypeModifier and TypeFieldDescriptionprotected FeaturePropertyType
ObservationTypeImpl.using
The cached value of the 'Using
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type FeaturePropertyTypeModifier and TypeFieldDescriptionprotected EList<FeaturePropertyType>
AbstractFeatureCollectionTypeImpl.featureMember
The cached value of the 'Feature Member
' containment reference list.Methods in net.opengis.gml311.impl that return FeaturePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFeaturePropertyType()
DocumentRootImpl.getFeatureMember()
DocumentRootImpl.getFeatureProperty()
DocumentRootImpl.getUsing()
ObservationTypeImpl.getUsing()
Methods in net.opengis.gml311.impl that return types with arguments of type FeaturePropertyTypeModifier and TypeMethodDescriptionEList<FeaturePropertyType>
AbstractFeatureCollectionTypeImpl.getFeatureMember()
Methods in net.opengis.gml311.impl with parameters of type FeaturePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFeatureMember
(FeaturePropertyType newFeatureMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetFeatureProperty
(FeaturePropertyType newFeatureProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsing
(FeaturePropertyType newUsing, NotificationChain msgs) NotificationChain
ObservationTypeImpl.basicSetUsing
(FeaturePropertyType newUsing, NotificationChain msgs) void
DocumentRootImpl.setFeatureMember
(FeaturePropertyType newFeatureMember) void
DocumentRootImpl.setFeatureProperty
(FeaturePropertyType newFeatureProperty) void
DocumentRootImpl.setUsing
(FeaturePropertyType newUsing) void
ObservationTypeImpl.setUsing
(FeaturePropertyType newUsing) -
Uses of FeaturePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeaturePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseFeaturePropertyType
(FeaturePropertyType object) Returns the result of interpreting the object as an instance of 'Feature Property Type'.boolean
Gml311Validator.validateFeaturePropertyType
(FeaturePropertyType featurePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)