Java Doc for IdentificationImpl.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.MetadataEntity
   org.geotools.metadata.iso.identification.IdentificationImpl

All known Subclasses:   org.geotools.metadata.iso.identification.ServiceIdentificationImpl,  org.geotools.metadata.iso.identification.DataIdentificationImpl,
IdentificationImpl
public class IdentificationImpl extends MetadataEntity implements Identification(Code)
Basic information required to uniquely identify a resource or resources.
version:
   $Id: IdentificationImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $
author:
   Martin Desruisseaux
author:
   Touraïvane
since:
   2.1



Constructor Summary
public  IdentificationImpl()
     Constructs an initially empty identification.
public  IdentificationImpl(Identification source)
     Constructs a metadata entity initialized with the values from the specified metadata.
public  IdentificationImpl(Citation citation, InternationalString abstracts)
     Creates an identification initialized to the specified values.

Method Summary
public  InternationalStringgetAbstract()
     Brief narrative summary of the content of the resource(s).
public synchronized  CollectiongetAggregationInfo()
     Provides aggregate dataset information.
public  CitationgetCitation()
     Citation data for the resource(s).
public synchronized  CollectiongetCredits()
     Recognition of those who contributed to the resource(s).
public synchronized  CollectiongetDescriptiveKeywords()
     Provides category keywords, their type, and reference source.
public synchronized  CollectiongetGraphicOverviews()
     Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
public synchronized  CollectiongetPointOfContacts()
     Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
public  InternationalStringgetPurpose()
     Summary of the intentions with which the resource(s) was developed.
public synchronized  CollectiongetResourceConstraints()
     Provides information about constraints which apply to the resource(s).
public synchronized  CollectiongetResourceFormat()
     Provides a description of the format of the resource(s).
public synchronized  CollectiongetResourceMaintenance()
     Provides information about the frequency of resource updates, and the scope of those updates.
public synchronized  CollectiongetResourceSpecificUsages()
     Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.
public synchronized  CollectiongetStatus()
     Status of the resource(s).
public synchronized  voidsetAbstract(InternationalString newValue)
     Set a brief narrative summary of the content of the resource(s).
public synchronized  voidsetAggregationInfo(Collection newValues)
     Sets aggregate dataset information.
public synchronized  voidsetCitation(Citation newValue)
     Set the citation data for the resource(s).
public synchronized  voidsetCredits(Collection newValues)
     Set a recognition of those who contributed to the resource(s).
public synchronized  voidsetDescriptiveKeywords(Collection newValues)
     Set category keywords, their type, and reference source.
public synchronized  voidsetGraphicOverviews(Collection newValues)
     Set a graphic that illustrates the resource(s).
public synchronized  voidsetPointOfContacts(Collection newValues)
     Set the point of contacts.
public synchronized  voidsetPurpose(InternationalString newValue)
     Set a summary of the intentions with which the resource(s) was developed.
public synchronized  voidsetResourceConstraints(Collection newValues)
     Set information about constraints which apply to the resource(s).
public synchronized  voidsetResourceFormat(Collection newValues)
     Set a description of the format of the resource(s).
public synchronized  voidsetResourceMaintenance(Collection newValues)
     Set information about the frequency of resource updates, and the scope of those updates.
public synchronized  voidsetResourceSpecificUsages(Collection newValues)
     Set basic information about specific application(s).
public synchronized  voidsetStatus(Collection newValues)
     Set the status of the resource(s).


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



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



IdentificationImpl
public IdentificationImpl(Citation citation, InternationalString abstracts)(Code)
Creates an identification initialized to the specified values.




Method Detail
getAbstract
public InternationalString getAbstract()(Code)
Brief narrative summary of the content of the resource(s).



getAggregationInfo
public synchronized Collection getAggregationInfo()(Code)
Provides aggregate dataset information.
since:
   2.4



getCitation
public Citation getCitation()(Code)
Citation data for the resource(s).



getCredits
public synchronized Collection getCredits()(Code)
Recognition of those who contributed to the resource(s).



getDescriptiveKeywords
public synchronized Collection getDescriptiveKeywords()(Code)
Provides category keywords, their type, and reference source.



getGraphicOverviews
public synchronized Collection getGraphicOverviews()(Code)
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).



getPointOfContacts
public synchronized Collection getPointOfContacts()(Code)
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).



getPurpose
public InternationalString getPurpose()(Code)
Summary of the intentions with which the resource(s) was developed.



getResourceConstraints
public synchronized Collection getResourceConstraints()(Code)
Provides information about constraints which apply to the resource(s).



getResourceFormat
public synchronized Collection getResourceFormat()(Code)
Provides a description of the format of the resource(s).



getResourceMaintenance
public synchronized Collection getResourceMaintenance()(Code)
Provides information about the frequency of resource updates, and the scope of those updates.



getResourceSpecificUsages
public synchronized Collection getResourceSpecificUsages()(Code)
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.



getStatus
public synchronized Collection getStatus()(Code)
Status of the resource(s).



setAbstract
public synchronized void setAbstract(InternationalString newValue)(Code)
Set a brief narrative summary of the content of the resource(s).



setAggregationInfo
public synchronized void setAggregationInfo(Collection newValues)(Code)
Sets aggregate dataset information.
since:
   2.4



setCitation
public synchronized void setCitation(Citation newValue)(Code)
Set the citation data for the resource(s).



setCredits
public synchronized void setCredits(Collection newValues)(Code)
Set a recognition of those who contributed to the resource(s).



setDescriptiveKeywords
public synchronized void setDescriptiveKeywords(Collection newValues)(Code)
Set category keywords, their type, and reference source.



setGraphicOverviews
public synchronized void setGraphicOverviews(Collection newValues)(Code)
Set a graphic that illustrates the resource(s).



setPointOfContacts
public synchronized void setPointOfContacts(Collection newValues)(Code)
Set the point of contacts.



setPurpose
public synchronized void setPurpose(InternationalString newValue)(Code)
Set a summary of the intentions with which the resource(s) was developed.



setResourceConstraints
public synchronized void setResourceConstraints(Collection newValues)(Code)
Set information about constraints which apply to the resource(s).



setResourceFormat
public synchronized void setResourceFormat(Collection newValues)(Code)
Set a description of the format of the resource(s).



setResourceMaintenance
public synchronized void setResourceMaintenance(Collection newValues)(Code)
Set information about the frequency of resource updates, and the scope of those updates.



setResourceSpecificUsages
public synchronized void setResourceSpecificUsages(Collection newValues)(Code)
Set basic information about specific application(s).



setStatus
public synchronized void setStatus(Collection newValues)(Code)
Set the status of the resource(s).



Methods inherited from org.geotools.metadata.iso.MetadataEntity
protected static void appendLineSeparator(StringBuffer buffer)(Code)(Java Doc)
protected static void ensureNonNull(String name, Object object) throws InvalidMetadataException(Code)(Java Doc)
public MetadataStandard getStandard()(Code)(Java Doc)
protected static Object unmodifiable(Object object)(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.