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/wfs
for thehttp://schemas.opengis.net/wfs/1.1.0/wfs.xsd
schema.
-
-
Field Summary
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WFS()
private constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getNamespaceURI()
Returns 'http://www.opengis.net/wfs'.abstract String
getVersion()
Returns the version of WFS.-
Methods inherited from class XSD
addDependencies, allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSchemaLocation, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
ActionType
public static final QName ActionType
-
AllSomeType
public static final QName AllSomeType
-
Base_TypeNameListType
public static final QName Base_TypeNameListType
-
BaseRequestType
public static final QName BaseRequestType
-
DeleteElementType
public static final QName DeleteElementType
-
DescribeFeatureTypeType
public static final QName DescribeFeatureTypeType
-
FeatureCollectionType
public static final QName FeatureCollectionType
-
FeaturesLockedType
public static final QName FeaturesLockedType
-
FeaturesNotLockedType
public static final QName FeaturesNotLockedType
-
FeatureTypeListType
public static final QName FeatureTypeListType
-
FeatureTypeType
public static final QName FeatureTypeType
-
GetCapabilitiesType
public static final QName GetCapabilitiesType
-
GetFeatureType
public static final QName GetFeatureType
-
GetFeatureWithLockType
public static final QName GetFeatureWithLockType
-
GetGmlObjectType
public static final QName GetGmlObjectType
-
GMLObjectTypeListType
public static final QName GMLObjectTypeListType
-
GMLObjectTypeType
public static final QName GMLObjectTypeType
-
IdentifierGenerationOptionType
public static final QName IdentifierGenerationOptionType
-
InsertedFeatureType
public static final QName InsertedFeatureType
-
InsertElementType
public static final QName InsertElementType
-
LockFeatureType
public static final QName LockFeatureType
-
LockType
public static final QName LockType
-
MetadataURLType
public static final QName MetadataURLType
-
NativeType
public static final QName NativeType
-
OperationsType
public static final QName OperationsType
-
OperationType
public static final QName OperationType
-
OutputFormatListType
public static final QName OutputFormatListType
-
PropertyType
public static final QName PropertyType
-
QueryType
public static final QName QueryType
-
ResultTypeType
public static final QName ResultTypeType
-
TransactionResultsType
public static final QName TransactionResultsType
-
TransactionResults
public static final QName TransactionResults
-
TransactionSummaryType
public static final QName TransactionSummaryType
-
TransactionType
public static final QName TransactionType
-
TypeNameListType
public static final QName TypeNameListType
-
UpdateElementType
public static final QName UpdateElementType
-
WFS_CapabilitiesType
public static final QName WFS_CapabilitiesType
-
_XlinkPropertyName
public static final QName _XlinkPropertyName
-
FeatureTypeType_NoSRS
public static final QName FeatureTypeType_NoSRS
-
Delete
public static final QName Delete
-
DescribeFeatureType
public static final QName DescribeFeatureType
-
FeatureCollection
public static final QName FeatureCollection
-
FeatureTypeList
public static final QName FeatureTypeList
-
GetCapabilities
public static final QName GetCapabilities
-
GetFeature
public static final QName GetFeature
-
GetFeatureWithLock
public static final QName GetFeatureWithLock
-
GetGmlObject
public static final QName GetGmlObject
-
Insert
public static final QName Insert
-
LockFeature
public static final QName LockFeature
-
LockId
public static final QName LockId
-
Native
public static final QName Native
-
Property
public static final QName Property
-
PropertyName
public static final QName PropertyName
-
Query
public static final QName Query
-
ServesGMLObjectTypeList
public static final QName ServesGMLObjectTypeList
-
SupportsGMLObjectTypeList
public static final QName SupportsGMLObjectTypeList
-
Transaction
public static final QName Transaction
-
Update
public static final QName Update
-
WFS_Capabilities
public static final QName WFS_Capabilities
-
XlinkPropertyName
public static final QName XlinkPropertyName
-
-
Method Detail
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.opengis.net/wfs'.- Specified by:
getNamespaceURI
in classXSD
-
getVersion
public abstract String getVersion()
Returns the version of WFS.
-
-