org.geotools.data.store
Class TypeRef

Object
  extended by 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)

Constructor Summary
TypeRef(String typeRef)
           
TypeRef(String dataStoreId, String typeName)
           
 
Method Summary
 String getDataStoreId()
           
 String getTypeName()
           
 String toString()
          External representation of "dataStoreId/typeName"
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeRef

public TypeRef(String dataStoreId,
               String typeName)

TypeRef

public TypeRef(String typeRef)
Method Detail

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-2010 Geotools. All Rights Reserved.