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


org.geotools.metadata.iso.MetadataEntity
   org.geotools.metadata.iso.citation.ResponsiblePartyImpl

ResponsiblePartyImpl
public class ResponsiblePartyImpl extends MetadataEntity implements ResponsibleParty(Code)
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
since:
   2.1
version:
   $Id: ResponsiblePartyImpl.java 27848 2007-11-12 13:10:32Z desruisseaux $
author:
   Martin Desruisseaux
author:
   Touraïvane


Field Summary
public static  ResponsiblePartyEPSG
     The European Petroleum Survey Group responsible party.
public static  ResponsiblePartyESRI
     The ESRI responsible party.
public static  ResponsiblePartyGEOTIFF
     The GeoTIFF responsible party.
public static  ResponsiblePartyGEOTOOLS
     The Geotools project.
public static  ResponsiblePartyOGC
     The Open Geospatial consortium responsible party.
final static  InternationalStringOGC_NAME
     The name of Open Geospatial Consortium as an international string.
public static  ResponsiblePartyOPEN_GIS
     The OpenGIS consortium responsible party.
public static  ResponsiblePartyORACLE
     The Oracle responsible party.
public static  ResponsiblePartyPOSTGIS
     The PostGIS responsible party.
public static  ResponsiblePartySUN_MICROSYSTEMS
     The Sun Microsystems party.

Constructor Summary
public  ResponsiblePartyImpl()
     Constructs an initially empty responsible party.
public  ResponsiblePartyImpl(ResponsibleParty source)
     Constructs a new responsible party initialized to the values specified by the given object. This constructor performs a shallow copy (i.e.
public  ResponsiblePartyImpl(Role role)
     Constructs a responsability party with the given role.

Method Summary
public static  ResponsiblePartyOGC(Role role, OnLineResource resource)
     Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  resource - The URI to the resource.
public static  ResponsiblePartyOGC(Role role, OnLineFunction function, URI onlineResource)
     Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  function - The OGC function (information, download, etc.) for a resource.
Parameters:
  onlineResource - The URI to the resource.
static  ResponsiblePartyOGC(Role role, OnLineFunction function, String onlineResource)
     Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  function - The OGC function (information, download, etc.) for a resource.
Parameters:
  onlineResource - The URI on the resource.
public  ContactgetContactInfo()
     Returns the address of the responsible party.
public  StringgetIndividualName()
     Returns the name of the responsible person- surname, given name, title separated by a delimiter.
public  InternationalStringgetOrganisationName()
     Returns the name of the responsible organization.
public  InternationalStringgetPositionName()
     Returns the role or position of the responsible person Only one of ResponsiblePartyImpl.getIndividualName individualName , ResponsiblePartyImpl.getOrganisationName organisationName and positionName should be provided.
public  RolegetRole()
     Returns the function performed by the responsible party.
public synchronized  voidsetContactInfo(Contact newValue)
     Set the address of the responsible party.
public synchronized  voidsetIndividualName(String newValue)
     Set the name of the responsible person- surname, given name, title separated by a delimiter.
public synchronized  voidsetOrganisationName(InternationalString newValue)
     Set the name of the responsible organization.
public synchronized  voidsetPositionName(InternationalString newValue)
     set the role or position of the responsible person Only one of ResponsiblePartyImpl.getIndividualName individualName , ResponsiblePartyImpl.getOrganisationName organisationName and positionName should be provided.
public synchronized  voidsetRole(Role newValue)
     Set the function performed by the responsible party.

Field Detail
EPSG
public static ResponsibleParty EPSG(Code)
The European Petroleum Survey Group responsible party.
See Also:   ContactImpl.EPSG



ESRI
public static ResponsibleParty ESRI(Code)
The ESRI responsible party.
See Also:   ContactImpl.ESRI



GEOTIFF
public static ResponsibleParty GEOTIFF(Code)
The GeoTIFF responsible party.
See Also:   ContactImpl.GEOTIFF



GEOTOOLS
public static ResponsibleParty GEOTOOLS(Code)
The Geotools project.
See Also:   ContactImpl.GEOTOOLS



OGC
public static ResponsibleParty OGC(Code)
The Open Geospatial consortium responsible party. "Open Geospatial consortium" is the new name for "OpenGIS consortium".
See Also:   ContactImpl.OGC



OGC_NAME
final static InternationalString OGC_NAME(Code)
The name of Open Geospatial Consortium as an international string.



OPEN_GIS
public static ResponsibleParty OPEN_GIS(Code)
The OpenGIS consortium responsible party. "OpenGIS consortium" is the old name for "Open Geospatial consortium".
See Also:   ContactImpl.OPEN_GIS



ORACLE
public static ResponsibleParty ORACLE(Code)
The Oracle responsible party.
See Also:   ContactImpl.ORACLE



POSTGIS
public static ResponsibleParty POSTGIS(Code)
The PostGIS responsible party.
See Also:   ContactImpl.POSTGIS
since:
   2.4



SUN_MICROSYSTEMS
public static ResponsibleParty SUN_MICROSYSTEMS(Code)
The Sun Microsystems party.
See Also:   ContactImpl.SUN_MICROSYSTEMS
since:
   2.2




Constructor Detail
ResponsiblePartyImpl
public ResponsiblePartyImpl()(Code)
Constructs an initially empty responsible party.



ResponsiblePartyImpl
public ResponsiblePartyImpl(ResponsibleParty source)(Code)
Constructs a new responsible party initialized to the values specified by the given object. This constructor performs a shallow copy (i.e. each source attributes are reused without copying them).
since:
   2.2



ResponsiblePartyImpl
public ResponsiblePartyImpl(Role role)(Code)
Constructs a responsability party with the given role.




Method Detail
OGC
public static ResponsibleParty OGC(Role role, OnLineResource resource)(Code)
Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  resource - The URI to the resource. Responsible party describing OGC involvement.
since:
   2.2



OGC
public static ResponsibleParty OGC(Role role, OnLineFunction function, URI onlineResource)(Code)
Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  function - The OGC function (information, download, etc.) for a resource.
Parameters:
  onlineResource - The URI to the resource. Responsible party describing OGC involvement.



OGC
static ResponsibleParty OGC(Role role, OnLineFunction function, String onlineResource)(Code)
Creates a responsible party metadata entry for OGC involvement. The organisation name is automatically set to "Open Geospatial Consortium".
Parameters:
  role - The OGC role (point of contact, owner, etc.) for a resource.
Parameters:
  function - The OGC function (information, download, etc.) for a resource.
Parameters:
  onlineResource - The URI on the resource. Responsible party describing OGC involvement.



getContactInfo
public Contact getContactInfo()(Code)
Returns the address of the responsible party.



getIndividualName
public String getIndividualName()(Code)
Returns the name of the responsible person- surname, given name, title separated by a delimiter. Only one of individualName , ResponsiblePartyImpl.getOrganisationName organisationName and ResponsiblePartyImpl.getPositionName positionName should be provided.



getOrganisationName
public InternationalString getOrganisationName()(Code)
Returns the name of the responsible organization. Only one of ResponsiblePartyImpl.getIndividualName individualName , organisationName and ResponsiblePartyImpl.getPositionName positionName should be provided.



getPositionName
public InternationalString getPositionName()(Code)
Returns the role or position of the responsible person Only one of ResponsiblePartyImpl.getIndividualName individualName , ResponsiblePartyImpl.getOrganisationName organisationName and positionName should be provided.



getRole
public Role getRole()(Code)
Returns the function performed by the responsible party.



setContactInfo
public synchronized void setContactInfo(Contact newValue)(Code)
Set the address of the responsible party.



setIndividualName
public synchronized void setIndividualName(String newValue)(Code)
Set the name of the responsible person- surname, given name, title separated by a delimiter. Only one of individualName , ResponsiblePartyImpl.getOrganisationName organisationName and ResponsiblePartyImpl.getPositionName positionName should be provided.



setOrganisationName
public synchronized void setOrganisationName(InternationalString newValue)(Code)
Set the name of the responsible organization. Only one of ResponsiblePartyImpl.getIndividualName individualName , organisationName and ResponsiblePartyImpl.getPositionName positionName should be provided.



setPositionName
public synchronized void setPositionName(InternationalString newValue)(Code)
set the role or position of the responsible person Only one of ResponsiblePartyImpl.getIndividualName individualName , ResponsiblePartyImpl.getOrganisationName organisationName and positionName should be provided.



setRole
public synchronized void setRole(Role newValue)(Code)
Set the function performed by the responsible party.



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.