Uses of Interface
net.opengis.gml311.FeaturePropertyType
-
Packages that use FeaturePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FeaturePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeaturePropertyType Modifier and Type Method Description FeaturePropertyTypeGml311Factory. createFeaturePropertyType()Returns a new object of class 'Feature Property Type'.FeaturePropertyTypeDocumentRoot. getFeatureMember()Returns the value of the 'Feature Member' containment reference.FeaturePropertyTypeDocumentRoot. getFeatureProperty()Returns the value of the 'Feature Property' containment reference.FeaturePropertyTypeDocumentRoot. getUsing()Returns the value of the 'Using' containment reference.FeaturePropertyTypeObservationType. getUsing()Returns the value of the 'Using' containment reference.Methods in net.opengis.gml311 that return types with arguments of type FeaturePropertyType Modifier and Type Method Description EList<FeaturePropertyType>AbstractFeatureCollectionType. getFeatureMember()Returns the value of the 'Feature Member' containment reference list.Methods in net.opengis.gml311 with parameters of type FeaturePropertyType Modifier and Type Method Description voidDocumentRoot. 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 FeaturePropertyType Modifier and Type Class Description classFeaturePropertyTypeImplAn implementation of the model object 'Feature Property Type'.Fields in net.opengis.gml311.impl declared as FeaturePropertyType Modifier and Type Field Description protected FeaturePropertyTypeObservationTypeImpl. usingThe cached value of the 'Using' containment reference.Fields in net.opengis.gml311.impl with type parameters of type FeaturePropertyType Modifier and Type Field Description protected EList<FeaturePropertyType>AbstractFeatureCollectionTypeImpl. featureMemberThe cached value of the 'Feature Member' containment reference list.Methods in net.opengis.gml311.impl that return FeaturePropertyType Modifier and Type Method Description FeaturePropertyTypeGml311FactoryImpl. createFeaturePropertyType()FeaturePropertyTypeDocumentRootImpl. getFeatureMember()FeaturePropertyTypeDocumentRootImpl. getFeatureProperty()FeaturePropertyTypeDocumentRootImpl. getUsing()FeaturePropertyTypeObservationTypeImpl. getUsing()Methods in net.opengis.gml311.impl that return types with arguments of type FeaturePropertyType Modifier and Type Method Description EList<FeaturePropertyType>AbstractFeatureCollectionTypeImpl. getFeatureMember()Methods in net.opengis.gml311.impl with parameters of type FeaturePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 FeaturePropertyType Modifier and Type Method Description TGml311Switch. 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)
-