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 FeaturePropertyType
Gml311Factory. createFeaturePropertyType()
Returns a new object of class 'Feature Property Type'.FeaturePropertyType
DocumentRoot. getFeatureMember()
Returns the value of the 'Feature Member' containment reference.FeaturePropertyType
DocumentRoot. getFeatureProperty()
Returns the value of the 'Feature Property' containment reference.FeaturePropertyType
DocumentRoot. getUsing()
Returns the value of the 'Using' containment reference.FeaturePropertyType
ObservationType. 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 void
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 FeaturePropertyType Modifier and Type Class Description class
FeaturePropertyTypeImpl
An implementation of the model object 'Feature Property Type'.Fields in net.opengis.gml311.impl declared as FeaturePropertyType Modifier and Type Field Description protected FeaturePropertyType
ObservationTypeImpl. using
The 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. featureMember
The cached value of the 'Feature Member
' containment reference list.Methods in net.opengis.gml311.impl that return FeaturePropertyType Modifier and Type Method Description FeaturePropertyType
Gml311FactoryImpl. createFeaturePropertyType()
FeaturePropertyType
DocumentRootImpl. getFeatureMember()
FeaturePropertyType
DocumentRootImpl. getFeatureProperty()
FeaturePropertyType
DocumentRootImpl. getUsing()
FeaturePropertyType
ObservationTypeImpl. 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 NotificationChain
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 FeaturePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-