Package org.geotools.data.wfs.internal
Interface FeatureTypeInfo
- All Superinterfaces:
ResourceInfo
- All Known Implementing Classes:
FeatureTypeInfoImpl
,FeatureTypeInfoImpl
-
Method Summary
Modifier and TypeMethodDescriptionReturns keywords associated with this resource for use with searches etc.getTitle()
Returns the resource's title.Methods inherited from interface ResourceInfo
getBounds, getCRS, getDescription, getName, getSchema
-
Method Details
-
getWGS84BoundingBox
ReferencedEnvelope getWGS84BoundingBox() -
getDefaultSRS
String getDefaultSRS() -
getOtherSRS
-
getOutputFormats
-
getAbstract
String getAbstract() -
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.
-