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


org.geotools.metadata.iso.MetadataEntity
   org.geotools.metadata.iso.quality.ElementImpl

All known Subclasses:   org.geotools.metadata.iso.quality.CompletenessImpl,  org.geotools.metadata.iso.quality.ThematicAccuracyImpl,  org.geotools.metadata.iso.quality.LogicalConsistencyImpl,  org.geotools.metadata.iso.quality.TemporalAccuracyImpl,  org.geotools.metadata.iso.quality.PositionalAccuracyImpl,
ElementImpl
public class ElementImpl extends MetadataEntity implements Element(Code)
Type of test applied to the data specified by a data quality scope.
version:
   $Id: ElementImpl.java 25718 2007-06-01 15:48:23Z chorner $
author:
   Martin Desruisseaux
author:
   Touraïvane
since:
   2.1



Constructor Summary
public  ElementImpl()
     Constructs an initially empty element.
public  ElementImpl(Element source)
     Constructs a metadata entity initialized with the values from the specified metadata.
public  ElementImpl(Result result)
     Creates an element initialized to the given result.

Method Summary
public  Date[]getDate()
     Date that the metadata was created.
public synchronized  CollectiongetDates()
     Returns the date or range of dates on which a data quality measure was applied. The array length is 1 for a single date, or 2 for a range.
public  InternationalStringgetEvaluationMethodDescription()
     Returns the description of the evaluation method.
public  EvaluationMethodTypegetEvaluationMethodType()
     Returns the type of method used to evaluate quality of the dataset, or null if unspecified.
public  CitationgetEvaluationProcedure()
     Returns the reference to the procedure information, or null if none.
public  InternationalStringgetMeasureDescription()
     Returns the description of the measure being determined.
public  IdentifiergetMeasureIdentification()
     Returns the code identifying a registered standard procedure, or null if none.
public synchronized  CollectiongetNamesOfMeasure()
     Returns the name of the test applied to the data.
public  ResultgetResult()
     Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
public synchronized  CollectiongetResults()
     Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
public synchronized  voidsetDate(Date[] newValue)
     Set the date or range of dates on which a data quality measure was applied.
public  voidsetDates(Collection newValues)
     Set the date or range of dates on which a data quality measure was applied.
public synchronized  voidsetEvaluationMethodDescription(InternationalString newValue)
     Set the description of the evaluation method.
public synchronized  voidsetEvaluationMethodType(EvaluationMethodType newValue)
     Set the ype of method used to evaluate quality of the dataset.
public synchronized  voidsetEvaluationProcedure(Citation newValue)
     Set the reference to the procedure information.
public synchronized  voidsetMeasureDescription(InternationalString newValue)
     Set the description of the measure being determined.
public synchronized  voidsetMeasureIdentification(Identifier newValue)
     Set the code identifying a registered standard procedure.
public synchronized  voidsetNamesOfMeasure(Collection newValues)
     Set the name of the test applied to the data.
public  voidsetResult(Result newValue)
     Set the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
public synchronized  voidsetResults(Collection newValues)
     Set the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.


Constructor Detail
ElementImpl
public ElementImpl()(Code)
Constructs an initially empty element.



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



ElementImpl
public ElementImpl(Result result)(Code)
Creates an element initialized to the given result.




Method Detail
getDate
public Date[] getDate()(Code)
Date that the metadata was created. The array length is 1 for a single date, or 2 for a range. Returns null if this information is not available. ElementImpl.getDates



getDates
public synchronized Collection getDates()(Code)
Returns the date or range of dates on which a data quality measure was applied. The array length is 1 for a single date, or 2 for a range. Returns an empty list if this information is not available.
since:
   2.4



getEvaluationMethodDescription
public InternationalString getEvaluationMethodDescription()(Code)
Returns the description of the evaluation method.



getEvaluationMethodType
public EvaluationMethodType getEvaluationMethodType()(Code)
Returns the type of method used to evaluate quality of the dataset, or null if unspecified.



getEvaluationProcedure
public Citation getEvaluationProcedure()(Code)
Returns the reference to the procedure information, or null if none.



getMeasureDescription
public InternationalString getMeasureDescription()(Code)
Returns the description of the measure being determined.



getMeasureIdentification
public Identifier getMeasureIdentification()(Code)
Returns the code identifying a registered standard procedure, or null if none.



getNamesOfMeasure
public synchronized Collection getNamesOfMeasure()(Code)
Returns the name of the test applied to the data.



getResult
public Result getResult()(Code)
Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level. ElementImpl.getResults



getResults
public synchronized Collection getResults()(Code)
Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
since:
   2.4



setDate
public synchronized void setDate(Date[] newValue)(Code)
Set the date or range of dates on which a data quality measure was applied. The array length is 1 for a single date, or 2 for a range. ElementImpl.setDates(Collection)



setDates
public void setDates(Collection newValues)(Code)
Set the date or range of dates on which a data quality measure was applied. The collection size is 1 for a single date, or 2 for a range.
since:
   2.4



setEvaluationMethodDescription
public synchronized void setEvaluationMethodDescription(InternationalString newValue)(Code)
Set the description of the evaluation method.



setEvaluationMethodType
public synchronized void setEvaluationMethodType(EvaluationMethodType newValue)(Code)
Set the ype of method used to evaluate quality of the dataset.



setEvaluationProcedure
public synchronized void setEvaluationProcedure(Citation newValue)(Code)
Set the reference to the procedure information.



setMeasureDescription
public synchronized void setMeasureDescription(InternationalString newValue)(Code)
Set the description of the measure being determined.



setMeasureIdentification
public synchronized void setMeasureIdentification(Identifier newValue)(Code)
Set the code identifying a registered standard procedure.



setNamesOfMeasure
public synchronized void setNamesOfMeasure(Collection newValues)(Code)
Set the name of the test applied to the data.



setResult
public void setResult(Result newValue)(Code)
Set the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level. ElementImpl.setResults



setResults
public synchronized void setResults(Collection newValues)(Code)
Set the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
since:
   2.4



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.