Package org.geotools.wfs
Class WFS
- 
- Direct Known Subclasses:
- WFS,- WFS,- WFSCapabilities
 
 public abstract class WFS extends XSD This interface contains the qualified names of all the types,elements, and attributes in thehttp://www.opengis.net/wfsfor thehttp://schemas.opengis.net/wfs/1.1.0/wfs.xsdschema.
- 
- 
Field Summary- 
Fields inherited from class XSDentityResolver, LOGGER, schema, typeMappingProfile, typeSchema
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedWFS()private constructor
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceURI()Returns 'http://www.opengis.net/wfs'.abstract StringgetVersion()Returns the version of WFS.- 
Methods inherited from class XSDaddDependencies, allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSchemaLocation, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAMESPACEpublic static final String NAMESPACE - See Also:
- Constant Field Values
 
 - 
ActionTypepublic static final QName ActionType 
 - 
AllSomeTypepublic static final QName AllSomeType 
 - 
Base_TypeNameListTypepublic static final QName Base_TypeNameListType 
 - 
BaseRequestTypepublic static final QName BaseRequestType 
 - 
DeleteElementTypepublic static final QName DeleteElementType 
 - 
DescribeFeatureTypeTypepublic static final QName DescribeFeatureTypeType 
 - 
FeatureCollectionTypepublic static final QName FeatureCollectionType 
 - 
FeaturesLockedTypepublic static final QName FeaturesLockedType 
 - 
FeaturesNotLockedTypepublic static final QName FeaturesNotLockedType 
 - 
FeatureTypeListTypepublic static final QName FeatureTypeListType 
 - 
FeatureTypeTypepublic static final QName FeatureTypeType 
 - 
GetCapabilitiesTypepublic static final QName GetCapabilitiesType 
 - 
GetFeatureTypepublic static final QName GetFeatureType 
 - 
GetFeatureWithLockTypepublic static final QName GetFeatureWithLockType 
 - 
GetGmlObjectTypepublic static final QName GetGmlObjectType 
 - 
GMLObjectTypeListTypepublic static final QName GMLObjectTypeListType 
 - 
GMLObjectTypeTypepublic static final QName GMLObjectTypeType 
 - 
IdentifierGenerationOptionTypepublic static final QName IdentifierGenerationOptionType 
 - 
InsertedFeatureTypepublic static final QName InsertedFeatureType 
 - 
InsertElementTypepublic static final QName InsertElementType 
 - 
LockFeatureTypepublic static final QName LockFeatureType 
 - 
LockTypepublic static final QName LockType 
 - 
MetadataURLTypepublic static final QName MetadataURLType 
 - 
NativeTypepublic static final QName NativeType 
 - 
OperationsTypepublic static final QName OperationsType 
 - 
OperationTypepublic static final QName OperationType 
 - 
OutputFormatListTypepublic static final QName OutputFormatListType 
 - 
PropertyTypepublic static final QName PropertyType 
 - 
QueryTypepublic static final QName QueryType 
 - 
ResultTypeTypepublic static final QName ResultTypeType 
 - 
TransactionResultsTypepublic static final QName TransactionResultsType 
 - 
TransactionResultspublic static final QName TransactionResults 
 - 
TransactionSummaryTypepublic static final QName TransactionSummaryType 
 - 
TransactionTypepublic static final QName TransactionType 
 - 
TypeNameListTypepublic static final QName TypeNameListType 
 - 
UpdateElementTypepublic static final QName UpdateElementType 
 - 
WFS_CapabilitiesTypepublic static final QName WFS_CapabilitiesType 
 - 
_XlinkPropertyNamepublic static final QName _XlinkPropertyName 
 - 
FeatureTypeType_NoSRSpublic static final QName FeatureTypeType_NoSRS 
 - 
Deletepublic static final QName Delete 
 - 
DescribeFeatureTypepublic static final QName DescribeFeatureType 
 - 
FeatureCollectionpublic static final QName FeatureCollection 
 - 
FeatureTypeListpublic static final QName FeatureTypeList 
 - 
GetCapabilitiespublic static final QName GetCapabilities 
 - 
GetFeaturepublic static final QName GetFeature 
 - 
GetFeatureWithLockpublic static final QName GetFeatureWithLock 
 - 
GetGmlObjectpublic static final QName GetGmlObject 
 - 
Insertpublic static final QName Insert 
 - 
LockFeaturepublic static final QName LockFeature 
 - 
LockIdpublic static final QName LockId 
 - 
Nativepublic static final QName Native 
 - 
Propertypublic static final QName Property 
 - 
PropertyNamepublic static final QName PropertyName 
 - 
Querypublic static final QName Query 
 - 
ServesGMLObjectTypeListpublic static final QName ServesGMLObjectTypeList 
 - 
SupportsGMLObjectTypeListpublic static final QName SupportsGMLObjectTypeList 
 - 
Transactionpublic static final QName Transaction 
 - 
Updatepublic static final QName Update 
 - 
WFS_Capabilitiespublic static final QName WFS_Capabilities 
 - 
XlinkPropertyNamepublic static final QName XlinkPropertyName 
 
- 
 - 
Method Detail- 
getNamespaceURIpublic String getNamespaceURI() Returns 'http://www.opengis.net/wfs'.- Specified by:
- getNamespaceURIin class- XSD
 
 - 
getVersionpublic abstract String getVersion() Returns the version of WFS.
 
- 
 
-