org.geotools.wfs.v1_1
Class WFS

java.lang.Object
  extended by org.geotools.xml.XSD
      extended by org.geotools.wfs.WFS
          extended by org.geotools.wfs.v1_1.WFS

public final class WFS
extends WFS

XSD for wfs 1.1.

Author:
Justin Deoliveira, OpenGEO

Field Summary
 
Fields inherited from class org.geotools.wfs.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, InsertResultsType, LockFeature, LockFeatureResponse, LockFeatureResponseType, LockFeatureType, LockId, LockType, MetadataURLType, NAMESPACE, Native, NativeType, OperationsType, OperationType, OutputFormatListType, Property, PropertyName, PropertyType, Query, QueryType, ResultTypeType, ServesGMLObjectTypeList, SupportsGMLObjectTypeList, Transaction, TransactionResponse, TransactionResponseType, TransactionResults, TransactionResultsType, TransactionSummaryType, TransactionType, TypeNameListType, Update, UpdateElementType, WFS_Capabilities, WFS_CapabilitiesType, XlinkPropertyName
 
Fields inherited from class org.geotools.xml.XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Constructor Summary
WFS()
           
 
Method Summary
protected  void addDependencies(java.util.Set dependencies)
          Subclass hook to add additional dependencies.
static WFS getInstance()
          Returns the singleton instance.
 java.lang.String getSchemaLocation()
          Returns the location of 'wfs.xsd.'.
 java.lang.String getVersion()
          Returns '1.1.0'.
 
Methods inherited from class org.geotools.wfs.WFS
getNamespaceURI
 
Methods inherited from class org.geotools.xml.XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFS

public WFS()
Method Detail

getInstance

public static final WFS getInstance()
Returns the singleton instance.


addDependencies

protected void addDependencies(java.util.Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getSchemaLocation

public java.lang.String getSchemaLocation()
Returns the location of 'wfs.xsd.'.

Specified by:
getSchemaLocation in class XSD

getVersion

public java.lang.String getVersion()
Returns '1.1.0'.

Specified by:
getVersion in class WFS


Copyright © 1996-2010 Geotools. All Rights Reserved.