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 TypeMethodDescriptionvoidDocumentRoot.setFeatureMember(FeaturePropertyType value) Sets the value of the 'Feature Member' containment reference.voidDocumentRoot.setFeatureProperty(FeaturePropertyType value) Sets the value of the 'Feature Property' containment reference.voidDocumentRoot.setUsing(FeaturePropertyType value) Sets the value of the 'Using' containment reference.voidObservationType.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 TypeClassDescriptionclassAn implementation of the model object 'Feature Property Type'.Fields in net.opengis.gml311.impl declared as FeaturePropertyTypeModifier and TypeFieldDescriptionprotected FeaturePropertyTypeObservationTypeImpl.usingThe cached value of the 'Using' containment reference.Fields in net.opengis.gml311.impl with type parameters of type FeaturePropertyTypeModifier and TypeFieldDescriptionprotected EList<FeaturePropertyType>AbstractFeatureCollectionTypeImpl.featureMemberThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetFeatureMember(FeaturePropertyType newFeatureMember, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetFeatureProperty(FeaturePropertyType newFeatureProperty, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetUsing(FeaturePropertyType newUsing, NotificationChain msgs) NotificationChainObservationTypeImpl.basicSetUsing(FeaturePropertyType newUsing, NotificationChain msgs) voidDocumentRootImpl.setFeatureMember(FeaturePropertyType newFeatureMember) voidDocumentRootImpl.setFeatureProperty(FeaturePropertyType newFeatureProperty) voidDocumentRootImpl.setUsing(FeaturePropertyType newUsing) voidObservationTypeImpl.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'.booleanGml311Validator.validateFeaturePropertyType(FeaturePropertyType featurePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)