org.geotools.data.store
Class TypeRef
Object
TypeRef
public class TypeRef
- extends Object
A real class for naming feature collections, see generic name for the geoapi take.
Compare contrast with XPath utility class in ext/view. These may merge if TypeRef
is reduced to an XPath expression in the future.
- Author:
- Jody Garnett, Refractions Research
- Module:
modules/library/main (gt-main.jar)
TypeRef
public TypeRef(String dataStoreId,
String typeName)
TypeRef
public TypeRef(String typeRef)
toString
public String toString()
- External representation of "dataStoreId/typeName"
- Overrides:
toString
in class Object
getDataStoreId
public String getDataStoreId()
- Returns:
- Returns the dataStoreId.
getTypeName
public String getTypeName()
- Returns:
- Returns the typeName.
Copyright © 1996-2009 Geotools. All Rights Reserved.