Java Doc for FeatureTypeConfig.java in  » GIS » GeoServer » org » vfny » geoserver » config » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoServer » org.vfny.geoserver.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.vfny.geoserver.config.FeatureTypeConfig

FeatureTypeConfig
public class FeatureTypeConfig (Code)
User interface FeatureType staging area.
author:
   dzwiers, Refractions Research, Inc.
version:
   $Id: FeatureTypeConfig.java 8391 2008-02-13 16:44:23Z aaime $


Field Summary
protected static  LoggerLOGGER
    

Constructor Summary
 FeatureTypeConfig()
    
public  FeatureTypeConfig(String dataStoreId, FeatureType schema, boolean generate)
     Creates a FeatureTypeInfo to represent an instance with default data.
public  FeatureTypeConfig(FeatureTypeInfoDTO dto)
     FeatureTypeInfo constructor.

Creates a copy of the FeatureTypeInfoDTO provided.


Method Summary
public  voidaddStyle(String style)
    
public  StringgetAbstract()
     Access _abstract property.
public  StringgetAlias()
    
public  AttributeTypeInfoConfiggetAttributeFromSchema(String attributeTypeName)
     Searches through the schema looking for an AttributeTypeInfoConfig that matches the name passed in attributeTypeName
Parameters:
  attributeTypeName - the name of the AttributeTypeInfo to searchfor.
public  StringgetCacheMaxAge()
    
public  StringgetDataStoreId()
     Access dataStoreId property.
public  StringgetDefaultStyle()
     Access defaultStyle property.
public  FiltergetDefinitionQuery()
     Access definitionQuery property.
public  StringgetDirName()
     Access dirName property.
public  StringgetKey()
     Convience method for dataStoreId.typeName.
public  SetgetKeywords()
     Access keywords property.
public  EnvelopegetLatLongBBox()
     Access latLongBBox property.
public  intgetMaxFeatures()
    
public  SetgetMetadataLinks()
     Access metadataURLs property.
public  StringgetName()
     Access name property.
public  EnvelopegetNativeBBox()
     Access nativeBBox property.
public  intgetNumDecimals()
     Access numDecimals property.
public  intgetSRS()
     Access sRS property.
public  intgetSRSHandling()
    
public  ListgetSchemaAttributes()
     Access schemaAttributes property.
public  StringgetSchemaBase()
     Access schemaBase property.
public  StringgetSchemaName()
     Access schemaName property.
public  ArrayListgetStyles()
    
public  StringgetTitle()
     Access title property.
public  StringgetWmsPath()
    
public  booleanisCachingEnabled()
    
public  voidsetAbstract(String _abstract)
     Set _abstract to _abstract.
public  voidsetAlias(String alias)
    
public  voidsetCacheMaxAge(String cacheMaxAge)
    
public  voidsetCachingEnabled(boolean cachingEnabled)
    
public  voidsetDataStoreId(String dataStoreId)
     Set dataStoreId to dataStoreId.
public  voidsetDefaultStyle(String defaultStyle)
     Set defaultStyle to defaultStyle.
public  voidsetDefinitionQuery(Filter definitionQuery)
     Set definitionQuery to definitionQuery.
public  voidsetDirName(String dirName)
     Set dirName to dirName.
public  voidsetKeywords(Set keywords)
     Set keywords to keywords.
public  voidsetLatLongBBox(Envelope latLongBBox)
     Set latLongBBox to latLongBBox.
public  voidsetMaxFeatures(int maxFeatures)
    
public  voidsetMetadataLinks(Set metadataURLs)
     Set metadataURLs to metadataURLs.
public  voidsetName(String name)
     Set name to name.
public  voidsetNativeBBox(Envelope nativeBBox)
     Set nativeBBox to nativeBBox.
public  voidsetNumDecimals(int numDecimals)
     Set numDecimals to numDecimals.
public  voidsetSRS(int srs)
     Set sRS to srs.
public  voidsetSRSHandling(int srsHandling)
    
public  voidsetSchemaAttributes(List schemaAttributes)
     Set schemaAttributes to schemaAttributes.
public  voidsetSchemaBase(String schemaBase)
     Set schemaBase to schemaBase.
public  voidsetSchemaName(String schemaName)
     Set schemaName to schemaName.
public  voidsetStyles(ArrayList styles)
    
public  voidsetTitle(String title)
     Set title to title.
public  voidsetWmsPath(String wmsPath)
    
public  FeatureTypeInfoDTOtoDTO()
     Implement toDTO.
public  StringtoString()
    

Field Detail
LOGGER
protected static Logger LOGGER(Code)




Constructor Detail
FeatureTypeConfig
FeatureTypeConfig()(Code)
Package visible constructor for test cases



FeatureTypeConfig
public FeatureTypeConfig(String dataStoreId, FeatureType schema, boolean generate)(Code)
Creates a FeatureTypeInfo to represent an instance with default data.
Parameters:
  dataStoreId - ID for data store in catalog
Parameters:
  schema - Geotools2 FeatureType
Parameters:
  generate - True to generate entries for all attribtues



FeatureTypeConfig
public FeatureTypeConfig(FeatureTypeInfoDTO dto)(Code)
FeatureTypeInfo constructor.

Creates a copy of the FeatureTypeInfoDTO provided. All the data structures are cloned.


Parameters:
  dto - The FeatureTypeInfoDTO to copy.
throws:
  NullPointerException - DOCUMENT ME!




Method Detail
addStyle
public void addStyle(String style)(Code)



getAbstract
public String getAbstract()(Code)
Access _abstract property. Returns the _abstract.



getAlias
public String getAlias()(Code)



getAttributeFromSchema
public AttributeTypeInfoConfig getAttributeFromSchema(String attributeTypeName)(Code)
Searches through the schema looking for an AttributeTypeInfoConfig that matches the name passed in attributeTypeName
Parameters:
  attributeTypeName - the name of the AttributeTypeInfo to searchfor. AttributeTypeInfoConfig from the schema, if found



getCacheMaxAge
public String getCacheMaxAge()(Code)



getDataStoreId
public String getDataStoreId()(Code)
Access dataStoreId property. Returns the dataStoreId.



getDefaultStyle
public String getDefaultStyle()(Code)
Access defaultStyle property. Returns the defaultStyle.



getDefinitionQuery
public Filter getDefinitionQuery()(Code)
Access definitionQuery property. Returns the definitionQuery.



getDirName
public String getDirName()(Code)
Access dirName property. Returns the dirName.



getKey
public String getKey()(Code)
Convience method for dataStoreId.typeName.

This key may be used to store this FeatureType in a Map for later.

dataStoreId.typeName



getKeywords
public Set getKeywords()(Code)
Access keywords property. Returns the keywords.



getLatLongBBox
public Envelope getLatLongBBox()(Code)
Access latLongBBox property. Returns the latLongBBox.



getMaxFeatures
public int getMaxFeatures()(Code)



getMetadataLinks
public Set getMetadataLinks()(Code)
Access metadataURLs property. Returns the metadataURLs.



getName
public String getName()(Code)
Access name property. Returns the name.



getNativeBBox
public Envelope getNativeBBox()(Code)
Access nativeBBox property. Returns the nativeBBox.



getNumDecimals
public int getNumDecimals()(Code)
Access numDecimals property. Returns the numDecimals.



getSRS
public int getSRS()(Code)
Access sRS property. Returns the sRS.



getSRSHandling
public int getSRSHandling()(Code)



getSchemaAttributes
public List getSchemaAttributes()(Code)
Access schemaAttributes property. Returns the schemaAttributes.



getSchemaBase
public String getSchemaBase()(Code)
Access schemaBase property. Returns the schemaBase.



getSchemaName
public String getSchemaName()(Code)
Access schemaName property. Returns the schemaName.



getStyles
public ArrayList getStyles()(Code)



getTitle
public String getTitle()(Code)
Access title property. Returns the title.



getWmsPath
public String getWmsPath()(Code)



isCachingEnabled
public boolean isCachingEnabled()(Code)



setAbstract
public void setAbstract(String _abstract)(Code)
Set _abstract to _abstract.
Parameters:
  _abstract - The _abstract to set.



setAlias
public void setAlias(String alias)(Code)



setCacheMaxAge
public void setCacheMaxAge(String cacheMaxAge)(Code)



setCachingEnabled
public void setCachingEnabled(boolean cachingEnabled)(Code)



setDataStoreId
public void setDataStoreId(String dataStoreId)(Code)
Set dataStoreId to dataStoreId.
Parameters:
  dataStoreId - The dataStoreId to set.



setDefaultStyle
public void setDefaultStyle(String defaultStyle)(Code)
Set defaultStyle to defaultStyle.
Parameters:
  defaultStyle - The defaultStyle to set.



setDefinitionQuery
public void setDefinitionQuery(Filter definitionQuery)(Code)
Set definitionQuery to definitionQuery.
Parameters:
  definitionQuery - The definitionQuery to set.



setDirName
public void setDirName(String dirName)(Code)
Set dirName to dirName.
Parameters:
  dirName - The dirName to set.



setKeywords
public void setKeywords(Set keywords)(Code)
Set keywords to keywords.
Parameters:
  keywords - The keywords to set.



setLatLongBBox
public void setLatLongBBox(Envelope latLongBBox)(Code)
Set latLongBBox to latLongBBox.
Parameters:
  latLongBBox - The latLongBBox to set.



setMaxFeatures
public void setMaxFeatures(int maxFeatures)(Code)



setMetadataLinks
public void setMetadataLinks(Set metadataURLs)(Code)
Set metadataURLs to metadataURLs.
Parameters:
  metadataURLs - The metadataURLs to set.



setName
public void setName(String name)(Code)
Set name to name.
Parameters:
  name - The name to set.



setNativeBBox
public void setNativeBBox(Envelope nativeBBox)(Code)
Set nativeBBox to nativeBBox.
Parameters:
  nativeBBox - The nativeBBox to set.



setNumDecimals
public void setNumDecimals(int numDecimals)(Code)
Set numDecimals to numDecimals.
Parameters:
  numDecimals - The numDecimals to set.



setSRS
public void setSRS(int srs)(Code)
Set sRS to srs.
Parameters:
  srs - The sRS to set.



setSRSHandling
public void setSRSHandling(int srsHandling)(Code)



setSchemaAttributes
public void setSchemaAttributes(List schemaAttributes)(Code)
Set schemaAttributes to schemaAttributes.
Parameters:
  schemaAttributes - The schemaAttributes to set.



setSchemaBase
public void setSchemaBase(String schemaBase)(Code)
Set schemaBase to schemaBase.
Parameters:
  schemaBase - The schemaBase to set.



setSchemaName
public void setSchemaName(String schemaName)(Code)
Set schemaName to schemaName.
Parameters:
  schemaName - The schemaName to set.



setStyles
public void setStyles(ArrayList styles)(Code)



setTitle
public void setTitle(String title)(Code)
Set title to title.
Parameters:
  title - The title to set.



setWmsPath
public void setWmsPath(String wmsPath)(Code)



toDTO
public FeatureTypeInfoDTO toDTO()(Code)
Implement toDTO.

Creates a represetation of this object as a FeatureTypeInfoDTO

a representation of this object as a FeatureTypeInfoDTO
See Also:   org.vfny.geoserver.config.DataStructure.toDTO



toString
public String toString()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.