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:ResourceInfoReturns keywords associated with this resource for use with searches etc.Known Mappings:
- Maps to Dublin Core's Subject element
- Specified by:
getKeywordsin interfaceResourceInfo- Returns:
- Keywords or
nullif unavailable
-
getTitle
String getTitle()Description copied from interface:ResourceInfoReturns the resource's title.The title is human readable text representing the resource, in the current locale if available.
- Specified by:
getTitlein interfaceResourceInfo- Returns:
- tile, in the current locale if available.
-