Uses of Interface
net.opengis.gml311.FeatureArrayPropertyType
-
Packages that use FeatureArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FeatureArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeatureArrayPropertyType Modifier and Type Method Description FeatureArrayPropertyType
Gml311Factory. createFeatureArrayPropertyType()
Returns a new object of class 'Feature Array Property Type'.FeatureArrayPropertyType
AbstractFeatureCollectionType. getFeatureMembers()
Returns the value of the 'Feature Members' containment reference.FeatureArrayPropertyType
DocumentRoot. getFeatureMembers()
Returns the value of the 'Feature Members' containment reference.Methods in net.opengis.gml311 with parameters of type FeatureArrayPropertyType Modifier and Type Method Description void
AbstractFeatureCollectionType. setFeatureMembers(FeatureArrayPropertyType value)
Sets the value of the 'Feature Members
' containment reference.void
DocumentRoot. setFeatureMembers(FeatureArrayPropertyType value)
Sets the value of the 'Feature Members
' containment reference. -
Uses of FeatureArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeatureArrayPropertyType Modifier and Type Class Description class
FeatureArrayPropertyTypeImpl
An implementation of the model object 'Feature Array Property Type'.Fields in net.opengis.gml311.impl declared as FeatureArrayPropertyType Modifier and Type Field Description protected FeatureArrayPropertyType
AbstractFeatureCollectionTypeImpl. featureMembers
The cached value of the 'Feature Members
' containment reference.Methods in net.opengis.gml311.impl that return FeatureArrayPropertyType Modifier and Type Method Description FeatureArrayPropertyType
Gml311FactoryImpl. createFeatureArrayPropertyType()
FeatureArrayPropertyType
AbstractFeatureCollectionTypeImpl. getFeatureMembers()
FeatureArrayPropertyType
DocumentRootImpl. getFeatureMembers()
Methods in net.opengis.gml311.impl with parameters of type FeatureArrayPropertyType Modifier and Type Method Description NotificationChain
AbstractFeatureCollectionTypeImpl. basicSetFeatureMembers(FeatureArrayPropertyType newFeatureMembers, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetFeatureMembers(FeatureArrayPropertyType newFeatureMembers, NotificationChain msgs)
void
AbstractFeatureCollectionTypeImpl. setFeatureMembers(FeatureArrayPropertyType newFeatureMembers)
void
DocumentRootImpl. setFeatureMembers(FeatureArrayPropertyType newFeatureMembers)
-
Uses of FeatureArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeatureArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseFeatureArrayPropertyType(FeatureArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Feature Array Property Type'.boolean
Gml311Validator. validateFeatureArrayPropertyType(FeatureArrayPropertyType featureArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-