Package org.geotools.data.wfs.internal
Interface FeatureTypeInfo
-
- All Superinterfaces:
ResourceInfo
- All Known Implementing Classes:
FeatureTypeInfoImpl
,FeatureTypeInfoImpl
public interface FeatureTypeInfo extends ResourceInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbstract()
String
getDefaultSRS()
Set<String>
getKeywords()
Returns keywords associated with this resource for use with searches etc.List<String>
getOtherSRS()
Set<String>
getOutputFormats()
String
getTitle()
Returns the resource's title.ReferencedEnvelope
getWGS84BoundingBox()
-
Methods inherited from interface ResourceInfo
getBounds, getCRS, getDescription, getName, getSchema
-
-
-
-
Method Detail
-
getWGS84BoundingBox
ReferencedEnvelope getWGS84BoundingBox()
-
getDefaultSRS
String getDefaultSRS()
-
getAbstract
String getAbstract()
-
getKeywords
Set<String> getKeywords()
Description copied from interface:ResourceInfo
Returns keywords associated with this resource for use with searches etc.Known Mappings:
- Maps to Dublin Core's Subject element
- Specified by:
getKeywords
in interfaceResourceInfo
- Returns:
- Keywords or
null
if unavailable
-
getTitle
String getTitle()
Description copied from interface:ResourceInfo
Returns the resource's title.The title is human readable text representing the resource, in the current locale if available.
- Specified by:
getTitle
in interfaceResourceInfo
- Returns:
- tile, in the current locale if available.
-
-