public class FeatureTypeInfoImpl extends Object implements FeatureTypeInfo
Constructor and Description |
---|
FeatureTypeInfoImpl(FeatureTypeType eType,
WFSConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract() |
ReferencedEnvelope |
getBounds()
Returns the bounds of the resource, expressed in the native coordinate reference system.
|
CoordinateReferenceSystem |
getCRS()
Returns the coordinate reference system of this resource if known.
|
String |
getDefaultSRS() |
String |
getDescription()
Returns a description or abstract for this resource.
|
Set<String> |
getKeywords()
Returns keywords associated with this resource for use with searches etc.
|
String |
getName()
Returns the name of this resource within the context of its service.
|
List<String> |
getOtherSRS() |
Set<String> |
getOutputFormats() |
QName |
getQName() |
URI |
getSchema()
A namespace, in the form of a
URI , used to identify the resource type. |
String |
getTitle()
Returns the resource's title.
|
ReferencedEnvelope |
getWGS84BoundingBox() |
public FeatureTypeInfoImpl(FeatureTypeType eType, WFSConfig config)
public String getTitle()
ResourceInfo
The title is human readable text representing the resource, in the current locale if available.
getTitle
in interface ResourceInfo
getTitle
in interface FeatureTypeInfo
public Set<String> getKeywords()
ResourceInfo
Known Mappings:
getKeywords
in interface ResourceInfo
getKeywords
in interface FeatureTypeInfo
null
if unavailablepublic String getDescription()
ResourceInfo
Known Mappings:
getDescription
in interface ResourceInfo
null
if unavailablepublic String getName()
ResourceInfo
Known mappings:
getName
in interface ResourceInfo
public QName getQName()
public URI getSchema()
ResourceInfo
URI
, used to identify the resource type.
Known Mappings:
getSchema
in interface ResourceInfo
public ReferencedEnvelope getBounds()
ResourceInfo
isNull()
on the returned envelope will
return true
.getBounds
in interface ResourceInfo
isNull()
returns true
public String getDefaultSRS()
getDefaultSRS
in interface FeatureTypeInfo
public CoordinateReferenceSystem getCRS()
ResourceInfo
Known Mappings:
getCRS
in interface ResourceInfo
null
if unavailable.public ReferencedEnvelope getWGS84BoundingBox()
getWGS84BoundingBox
in interface FeatureTypeInfo
public List<String> getOtherSRS()
getOtherSRS
in interface FeatureTypeInfo
public Set<String> getOutputFormats()
getOutputFormats
in interface FeatureTypeInfo
public String getAbstract()
getAbstract
in interface FeatureTypeInfo
Copyright © 1996–2023 Geotools. All rights reserved.