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


org.geotools.metadata.iso.MetadataEntity
   org.geotools.metadata.iso.lineage.SourceImpl

SourceImpl
public class SourceImpl extends MetadataEntity implements Source(Code)
Information about the source data used in creating the data specified by the scope.
version:
   $Id: SourceImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $
author:
   Martin Desruisseaux
author:
   Touraïvane
since:
   2.1



Constructor Summary
public  SourceImpl()
     Creates an initially empty source.
public  SourceImpl(Source source)
     Constructs a metadata entity initialized with the values from the specified metadata.
public  SourceImpl(InternationalString description)
     Creates a source initialized with the given description.

Method Summary
public  InternationalStringgetDescription()
     Returns a detailed description of the level of the source data.
public synchronized  RepresentativeFractiongetScaleDenominator()
     Returns the denominator of the representative fraction on a source map.
public  CitationgetSourceCitation()
     Returns the recommended reference to be used for the source data.
public synchronized  CollectiongetSourceExtents()
     Returns tiInformation about the spatial, vertical and temporal extent of the source data.
public  ReferenceSystemgetSourceReferenceSystem()
     Returns the spatial reference system used by the source data.
public synchronized  CollectiongetSourceSteps()
     Returns information about an event in the creation process for the source data.
public synchronized  voidsetDescription(InternationalString newValue)
     Set a detailed description of the level of the source data.
public  voidsetScaleDenominator(long newValue)
     Set the denominator of the representative fraction on a source map.
public synchronized  voidsetScaleDenominator(RepresentativeFraction newValue)
     Set the denominator of the representative fraction on a source map.
public synchronized  voidsetSourceCitation(Citation newValue)
     Set the recommended reference to be used for the source data.
public synchronized  voidsetSourceExtents(Collection newValues)
     Information about the spatial, vertical and temporal extent of the source data.
public synchronized  voidsetSourceReferenceSystem(ReferenceSystem newValue)
     Set the spatial reference system used by the source data.
public synchronized  voidsetSourceSteps(Collection newValues)
     Set information about an event in the creation process for the source data.


Constructor Detail
SourceImpl
public SourceImpl()(Code)
Creates an initially empty source.



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



SourceImpl
public SourceImpl(InternationalString description)(Code)
Creates a source initialized with the given description.




Method Detail
getDescription
public InternationalString getDescription()(Code)
Returns a detailed description of the level of the source data.



getScaleDenominator
public synchronized RepresentativeFraction getScaleDenominator()(Code)
Returns the denominator of the representative fraction on a source map.



getSourceCitation
public Citation getSourceCitation()(Code)
Returns the recommended reference to be used for the source data.



getSourceExtents
public synchronized Collection getSourceExtents()(Code)
Returns tiInformation about the spatial, vertical and temporal extent of the source data.



getSourceReferenceSystem
public ReferenceSystem getSourceReferenceSystem()(Code)
Returns the spatial reference system used by the source data.



getSourceSteps
public synchronized Collection getSourceSteps()(Code)
Returns information about an event in the creation process for the source data.



setDescription
public synchronized void setDescription(InternationalString newValue)(Code)
Set a detailed description of the level of the source data.



setScaleDenominator
public void setScaleDenominator(long newValue)(Code)
Set the denominator of the representative fraction on a source map. SourceImpl.setScaleDenominator(RepresentativeFraction)



setScaleDenominator
public synchronized void setScaleDenominator(RepresentativeFraction newValue)(Code)
Set the denominator of the representative fraction on a source map.
since:
   2.4



setSourceCitation
public synchronized void setSourceCitation(Citation newValue)(Code)
Set the recommended reference to be used for the source data.



setSourceExtents
public synchronized void setSourceExtents(Collection newValues)(Code)
Information about the spatial, vertical and temporal extent of the source data.



setSourceReferenceSystem
public synchronized void setSourceReferenceSystem(ReferenceSystem newValue)(Code)
Set the spatial reference system used by the source data.



setSourceSteps
public synchronized void setSourceSteps(Collection newValues)(Code)
Set information about an event in the creation process for the source data.



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.