Package org.geotools.wfs.v1_1
Class WFS
- 
 public final class WFS extends WFS XSD for wfs 1.1.- Author:
- Justin Deoliveira, OpenGEO
 
- 
- 
Field SummaryFields Modifier and Type Field Description static QNameInsertResultsTypestatic QNameLockFeatureResponsestatic QNameLockFeatureResponseTypestatic QNameTransactionResponsestatic QNameTransactionResponseType- 
Fields inherited from class WFS_XlinkPropertyName, ActionType, AllSomeType, Base_TypeNameListType, BaseRequestType, Delete, DeleteElementType, DescribeFeatureType, DescribeFeatureTypeType, FeatureCollection, FeatureCollectionType, FeaturesLockedType, FeaturesNotLockedType, FeatureTypeList, FeatureTypeListType, FeatureTypeType, FeatureTypeType_NoSRS, GetCapabilities, GetCapabilitiesType, GetFeature, GetFeatureType, GetFeatureWithLock, GetFeatureWithLockType, GetGmlObject, GetGmlObjectType, GMLObjectTypeListType, GMLObjectTypeType, IdentifierGenerationOptionType, Insert, InsertedFeatureType, InsertElementType, LockFeature, LockFeatureType, LockId, LockType, MetadataURLType, NAMESPACE, Native, NativeType, OperationsType, OperationType, OutputFormatListType, Property, PropertyName, PropertyType, Query, QueryType, ResultTypeType, ServesGMLObjectTypeList, SupportsGMLObjectTypeList, Transaction, TransactionResults, TransactionResultsType, TransactionSummaryType, TransactionType, TypeNameListType, Update, UpdateElementType, WFS_Capabilities, WFS_CapabilitiesType, XlinkPropertyName
 - 
Fields inherited from class XSDentityResolver, LOGGER, schema, typeMappingProfile, typeSchema
 
- 
 - 
Constructor SummaryConstructors Constructor Description WFS()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDependencies(Set<XSD> dependencies)Subclass hook to add additional dependencies.static WFSgetInstance()Returns the singleton instance.StringgetSchemaLocation()Returns the location of 'wfs.xsd.'.StringgetVersion()Returns '1.1.0'.- 
Methods inherited from class WFSgetNamespaceURI
 - 
Methods inherited from class XSDallDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
 
- 
 
- 
- 
- 
Field Detail- 
InsertResultsTypepublic static final QName InsertResultsType 
 - 
LockFeatureResponseTypepublic static final QName LockFeatureResponseType 
 - 
TransactionResponseTypepublic static final QName TransactionResponseType 
 - 
LockFeatureResponsepublic static final QName LockFeatureResponse 
 - 
TransactionResponsepublic static final QName TransactionResponse 
 
- 
 - 
Method Detail- 
getInstancepublic static final WFS getInstance() Returns the singleton instance.
 - 
addDependenciesprotected void addDependencies(Set<XSD> dependencies) Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
- addDependenciesin class- XSD
 
 - 
getSchemaLocationpublic String getSchemaLocation() Returns the location of 'wfs.xsd.'.- Specified by:
- getSchemaLocationin class- XSD
 
 - 
getVersionpublic String getVersion() Returns '1.1.0'.- Specified by:
- getVersionin class- WFS
 
 
- 
 
-