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 FeatureArrayPropertyTypeGml311Factory. createFeatureArrayPropertyType()Returns a new object of class 'Feature Array Property Type'.FeatureArrayPropertyTypeAbstractFeatureCollectionType. getFeatureMembers()Returns the value of the 'Feature Members' containment reference.FeatureArrayPropertyTypeDocumentRoot. 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 voidAbstractFeatureCollectionType. setFeatureMembers(FeatureArrayPropertyType value)Sets the value of the 'Feature Members' containment reference.voidDocumentRoot. 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 classFeatureArrayPropertyTypeImplAn implementation of the model object 'Feature Array Property Type'.Fields in net.opengis.gml311.impl declared as FeatureArrayPropertyType Modifier and Type Field Description protected FeatureArrayPropertyTypeAbstractFeatureCollectionTypeImpl. featureMembersThe cached value of the 'Feature Members' containment reference.Methods in net.opengis.gml311.impl that return FeatureArrayPropertyType Modifier and Type Method Description FeatureArrayPropertyTypeGml311FactoryImpl. createFeatureArrayPropertyType()FeatureArrayPropertyTypeAbstractFeatureCollectionTypeImpl. getFeatureMembers()FeatureArrayPropertyTypeDocumentRootImpl. getFeatureMembers()Methods in net.opengis.gml311.impl with parameters of type FeatureArrayPropertyType Modifier and Type Method Description NotificationChainAbstractFeatureCollectionTypeImpl. basicSetFeatureMembers(FeatureArrayPropertyType newFeatureMembers, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetFeatureMembers(FeatureArrayPropertyType newFeatureMembers, NotificationChain msgs)voidAbstractFeatureCollectionTypeImpl. setFeatureMembers(FeatureArrayPropertyType newFeatureMembers)voidDocumentRootImpl. 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 TGml311Switch. caseFeatureArrayPropertyType(FeatureArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Feature Array Property Type'.booleanGml311Validator. validateFeatureArrayPropertyType(FeatureArrayPropertyType featureArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-