public final class ArcSdeResourceInfo extends Object implements ResourceInfo
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
URI |
getSchema()
A namespace, in the form of a
URI , used to identify the resource type. |
String |
getTitle()
Returns the resource's title.
|
boolean |
isInProcessView()
Returns whether the FeatureType is built at runtime by a SQL SELECT statement in the ArcSDE
DataStore configuration parameters.
|
boolean |
isVersioned()
Returns whether the ArcSDE Table is multi-versioned
|
boolean |
isView()
Returns whether the ArcSDE Table is a registered View
|
public ReferencedEnvelope getBounds()
ResourceInfo
isNull()
on the returned envelope will
return true
.getBounds
in interface ResourceInfo
isNull()
returns true
ResourceInfo.getBounds()
public CoordinateReferenceSystem getCRS()
ResourceInfo
Known Mappings:
getCRS
in interface ResourceInfo
null
if unavailable.ResourceInfo.getCRS()
public String getDescription()
ResourceInfo
Known Mappings:
getDescription
in interface ResourceInfo
null
if unavailableResourceInfo.getDescription()
public Set<String> getKeywords()
ResourceInfo
Known Mappings:
getKeywords
in interface ResourceInfo
null
if unavailableResourceInfo.getKeywords()
public String getName()
ResourceInfo
Known mappings:
getName
in interface ResourceInfo
ResourceInfo.getName()
public URI getSchema()
ResourceInfo
URI
, used to identify the resource type.
Known Mappings:
getSchema
in interface ResourceInfo
ResourceInfo.getSchema()
public String getTitle()
ResourceInfo
The title is human readable text representing the resource, in the current locale if available.
getTitle
in interface ResourceInfo
ResourceInfo.getTitle()
public boolean isVersioned()
true
if the table is marked as multiversioned, false
otherwisepublic boolean isView()
true
if the table is an ArcSDE registered View, false
otherwisepublic boolean isInProcessView()
true
if the FeatureType does not refers to an actual table or registered
view, but is built from a SQL SELECT statement, false
otherwiseCopyright © 1996–2019 Geotools. All rights reserved.