Uses of Class
net.opengis.wfs.v_2_0.SimpleFeatureCollectionType

Uses of SimpleFeatureCollectionType in net.opengis.wfs.v_2_0
 

Subclasses of SimpleFeatureCollectionType in net.opengis.wfs.v_2_0
 class FeatureCollectionType
          Java class for FeatureCollectionType complex type.
 

Fields in net.opengis.wfs.v_2_0 with type parameters of type SimpleFeatureCollectionType
protected  JAXBElement<? extends SimpleFeatureCollectionType> AdditionalValues.simpleFeatureCollection
           
protected  JAXBElement<? extends SimpleFeatureCollectionType> AdditionalObjects.simpleFeatureCollection
           
 

Methods in net.opengis.wfs.v_2_0 that return SimpleFeatureCollectionType
 SimpleFeatureCollectionType ObjectFactory.createSimpleFeatureCollectionType()
          Create an instance of SimpleFeatureCollectionType
 SimpleFeatureCollectionType SimpleFeatureCollectionType.withBoundedBy(EnvelopePropertyType value)
           
 SimpleFeatureCollectionType SimpleFeatureCollectionType.withMember(Collection<MemberPropertyType> values)
           
 SimpleFeatureCollectionType SimpleFeatureCollectionType.withMember(List<MemberPropertyType> value)
           
 SimpleFeatureCollectionType SimpleFeatureCollectionType.withMember(MemberPropertyType... values)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type SimpleFeatureCollectionType
 JAXBElement<SimpleFeatureCollectionType> ObjectFactory.createSimpleFeatureCollection(SimpleFeatureCollectionType value)
          Create an instance of JAXBElement<SimpleFeatureCollectionType>}
 JAXBElement<? extends SimpleFeatureCollectionType> AdditionalValues.getSimpleFeatureCollection()
          Gets the value of the simpleFeatureCollection property.
 JAXBElement<? extends SimpleFeatureCollectionType> AdditionalObjects.getSimpleFeatureCollection()
          Gets the value of the simpleFeatureCollection property.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type SimpleFeatureCollectionType
 JAXBElement<SimpleFeatureCollectionType> ObjectFactory.createSimpleFeatureCollection(SimpleFeatureCollectionType value)
          Create an instance of JAXBElement<SimpleFeatureCollectionType>}
 

Method parameters in net.opengis.wfs.v_2_0 with type arguments of type SimpleFeatureCollectionType
 void AdditionalValues.setSimpleFeatureCollection(JAXBElement<? extends SimpleFeatureCollectionType> value)
          Sets the value of the simpleFeatureCollection property.
 void AdditionalObjects.setSimpleFeatureCollection(JAXBElement<? extends SimpleFeatureCollectionType> value)
          Sets the value of the simpleFeatureCollection property.
 AdditionalValues AdditionalValues.withSimpleFeatureCollection(JAXBElement<? extends SimpleFeatureCollectionType> value)
           
 AdditionalObjects AdditionalObjects.withSimpleFeatureCollection(JAXBElement<? extends SimpleFeatureCollectionType> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.