Package org.geotools.data.wfs.internal
Class DescribeFeatureTypeResponse
- Object
-
- Response
-
- WFSResponse
-
- DescribeFeatureTypeResponse
-
public class DescribeFeatureTypeResponse extends WFSResponse
-
-
Field Summary
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description DescribeFeatureTypeResponse(DescribeFeatureTypeRequest request, HTTPResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureType
getFeatureType()
-
Methods inherited from class WFSResponse
getCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
-
Methods inherited from class Response
dispose, getInputStream, parseException
-
-
-
-
Constructor Detail
-
DescribeFeatureTypeResponse
public DescribeFeatureTypeResponse(DescribeFeatureTypeRequest request, HTTPResponse httpResponse) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-
Method Detail
-
getFeatureType
public FeatureType getFeatureType()
-
-