Java Doc for DataIdentificationImpl.java in  » GIS » GeoTools-2.4.1 » org » geotools » metadata » iso » identification » 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 » GeoTools 2.4.1 » org.geotools.metadata.iso.identification 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.geotools.metadata.iso.identification.IdentificationImpl
   org.geotools.metadata.iso.identification.DataIdentificationImpl

DataIdentificationImpl
public class DataIdentificationImpl extends IdentificationImpl implements DataIdentification(Code)
Information required to identify a dataset.
version:
   $Id: DataIdentificationImpl.java 25193 2007-04-18 13:37:38Z desruisseaux $
author:
   Martin Desruisseaux
author:
   Touraïvane
since:
   2.1



Constructor Summary
public  DataIdentificationImpl()
     Constructs an initially empty data identification.
public  DataIdentificationImpl(DataIdentification source)
     Constructs a metadata entity initialized with the values from the specified metadata.
public  DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection language, Collection topicCategories)
     Creates a data identification initialized to the specified values.

Method Summary
public  CharsetgetCharacterSet()
     Full name of the character coding standard used for the dataset.
public synchronized  CollectiongetCharacterSets()
     Full name of the character coding standard used for the dataset.
public  InternationalStringgetEnvironmentDescription()
     Description of the dataset in the producer’s processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
public synchronized  CollectiongetExtent()
     Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
public synchronized  CollectiongetGeographicBox()
     Minimum bounding rectangle within which data is available.
public synchronized  CollectiongetGeographicDescription()
     Description of the geographic area within which data is available.
public synchronized  CollectiongetLanguage()
     Language(s) used within the dataset.
public synchronized  CollectiongetSpatialRepresentationTypes()
     Method used to spatially represent geographic information.
public synchronized  CollectiongetSpatialResolutions()
     Factor which provides a general understanding of the density of spatial data in the dataset.
public  InternationalStringgetSupplementalInformation()
     Any other descriptive information about the dataset.
public synchronized  CollectiongetTopicCategories()
     Main theme(s) of the datset.
public synchronized  voidsetCharacterSet(Charset newValue)
     Set the full name of the character coding standard used for the dataset.
public synchronized  voidsetCharacterSets(Collection newValues)
     Set the full name of the character coding standard used for the dataset.
public synchronized  voidsetEnvironmentDescription(InternationalString newValue)
     Set the description of the dataset in the producer’s processing environment.
public synchronized  voidsetExtent(Collection newValues)
     Set additional extent information.
public synchronized  voidsetGeographicBox(Collection newValues)
     Set the minimum bounding rectangle within which data is available.
public synchronized  voidsetGeographicDescription(Collection newValues)
     Set the description of the geographic area within which data is available.
public synchronized  voidsetLanguage(Collection newValues)
     Set the language(s) used within the dataset.
public synchronized  voidsetSpatialRepresentationTypes(Collection newValues)
     Set the method used to spatially represent geographic information.
public synchronized  voidsetSpatialResolutions(Collection newValues)
     Set the factor which provides a general understanding of the density of spatial data in the dataset.
public synchronized  voidsetSupplementalInformation(InternationalString newValue)
     Set any other descriptive information about the dataset.
public synchronized  voidsetTopicCategories(Collection newValues)
     Set the main theme(s) of the datset.


Constructor Detail
DataIdentificationImpl
public DataIdentificationImpl()(Code)
Constructs an initially empty data identification.



DataIdentificationImpl
public DataIdentificationImpl(DataIdentification source)(Code)
Constructs a metadata entity initialized with the values from the specified metadata.
since:
   2.4



DataIdentificationImpl
public DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection language, Collection topicCategories)(Code)
Creates a data identification initialized to the specified values.




Method Detail
getCharacterSet
public Charset getCharacterSet()(Code)
Full name of the character coding standard used for the dataset. DataIdentificationImpl.getCharacterSets



getCharacterSets
public synchronized Collection getCharacterSets()(Code)
Full name of the character coding standard used for the dataset.



getEnvironmentDescription
public InternationalString getEnvironmentDescription()(Code)
Description of the dataset in the producer’s processing environment, including items such as the software, the computer operating system, file name, and the dataset size.



getExtent
public synchronized Collection getExtent()(Code)
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.



getGeographicBox
public synchronized Collection getGeographicBox()(Code)
Minimum bounding rectangle within which data is available. Only one of getGeographicBox() and DataIdentificationImpl.getGeographicDescription() should be provided.



getGeographicDescription
public synchronized Collection getGeographicDescription()(Code)
Description of the geographic area within which data is available. Only one of DataIdentificationImpl.getGeographicBox() and getGeographicDescription() should be provided.



getLanguage
public synchronized Collection getLanguage()(Code)
Language(s) used within the dataset.



getSpatialRepresentationTypes
public synchronized Collection getSpatialRepresentationTypes()(Code)
Method used to spatially represent geographic information.



getSpatialResolutions
public synchronized Collection getSpatialResolutions()(Code)
Factor which provides a general understanding of the density of spatial data in the dataset.



getSupplementalInformation
public InternationalString getSupplementalInformation()(Code)
Any other descriptive information about the dataset.



getTopicCategories
public synchronized Collection getTopicCategories()(Code)
Main theme(s) of the datset.



setCharacterSet
public synchronized void setCharacterSet(Charset newValue)(Code)
Set the full name of the character coding standard used for the dataset. DataIdentificationImpl.setCharacterSets



setCharacterSets
public synchronized void setCharacterSets(Collection newValues)(Code)
Set the full name of the character coding standard used for the dataset.



setEnvironmentDescription
public synchronized void setEnvironmentDescription(InternationalString newValue)(Code)
Set the description of the dataset in the producer’s processing environment.



setExtent
public synchronized void setExtent(Collection newValues)(Code)
Set additional extent information.



setGeographicBox
public synchronized void setGeographicBox(Collection newValues)(Code)
Set the minimum bounding rectangle within which data is available.



setGeographicDescription
public synchronized void setGeographicDescription(Collection newValues)(Code)
Set the description of the geographic area within which data is available.



setLanguage
public synchronized void setLanguage(Collection newValues)(Code)
Set the language(s) used within the dataset.



setSpatialRepresentationTypes
public synchronized void setSpatialRepresentationTypes(Collection newValues)(Code)
Set the method used to spatially represent geographic information.



setSpatialResolutions
public synchronized void setSpatialResolutions(Collection newValues)(Code)
Set the factor which provides a general understanding of the density of spatial data in the dataset.



setSupplementalInformation
public synchronized void setSupplementalInformation(InternationalString newValue)(Code)
Set any other descriptive information about the dataset.



setTopicCategories
public synchronized void setTopicCategories(Collection newValues)(Code)
Set the main theme(s) of the datset.



Methods inherited from org.geotools.metadata.iso.identification.IdentificationImpl
public InternationalString getAbstract()(Code)(Java Doc)
public synchronized Collection getAggregationInfo()(Code)(Java Doc)
public Citation getCitation()(Code)(Java Doc)
public synchronized Collection getCredits()(Code)(Java Doc)
public synchronized Collection getDescriptiveKeywords()(Code)(Java Doc)
public synchronized Collection getGraphicOverviews()(Code)(Java Doc)
public synchronized Collection getPointOfContacts()(Code)(Java Doc)
public InternationalString getPurpose()(Code)(Java Doc)
public synchronized Collection getResourceConstraints()(Code)(Java Doc)
public synchronized Collection getResourceFormat()(Code)(Java Doc)
public synchronized Collection getResourceMaintenance()(Code)(Java Doc)
public synchronized Collection getResourceSpecificUsages()(Code)(Java Doc)
public synchronized Collection getStatus()(Code)(Java Doc)
public synchronized void setAbstract(InternationalString newValue)(Code)(Java Doc)
public synchronized void setAggregationInfo(Collection newValues)(Code)(Java Doc)
public synchronized void setCitation(Citation newValue)(Code)(Java Doc)
public synchronized void setCredits(Collection newValues)(Code)(Java Doc)
public synchronized void setDescriptiveKeywords(Collection newValues)(Code)(Java Doc)
public synchronized void setGraphicOverviews(Collection newValues)(Code)(Java Doc)
public synchronized void setPointOfContacts(Collection newValues)(Code)(Java Doc)
public synchronized void setPurpose(InternationalString newValue)(Code)(Java Doc)
public synchronized void setResourceConstraints(Collection newValues)(Code)(Java Doc)
public synchronized void setResourceFormat(Collection newValues)(Code)(Java Doc)
public synchronized void setResourceMaintenance(Collection newValues)(Code)(Java Doc)
public synchronized void setResourceSpecificUsages(Collection newValues)(Code)(Java Doc)
public synchronized void setStatus(Collection newValues)(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.