From a792bdfa5ba7aa9ea08e46f34bdf12d561249e4c Mon Sep 17 00:00:00 2001 From: eblondel Date: Fri, 13 Sep 2024 09:56:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20eblondel?= =?UTF-8?q?/geometa@c38a2d1bb6d44237ea5ae89dee844b38d5253695=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/ISOAbstractParty.html | 292 ++++++++++++++++ reference/ISOIndividual.html | 205 +++++++++++ reference/ISOOrganisation.html | 226 ++++++++++++ reference/ISOResponsibility.html | 289 +++++++++++++++ reference/ISOTelephone.html | 51 ++- reference/getGeometaOptions.html | 2 +- reference/getISOClasses.html | 506 ++++++++++++++------------- reference/getISOMetadataSchemas.html | 2 +- reference/index.html | 16 + sitemap.xml | 4 + 11 files changed, 1339 insertions(+), 256 deletions(-) create mode 100644 reference/ISOAbstractParty.html create mode 100644 reference/ISOIndividual.html create mode 100644 reference/ISOOrganisation.html create mode 100644 reference/ISOResponsibility.html diff --git a/pkgdown.yml b/pkgdown.yml index 8a958356..2b18f7e2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-09-13T08:38Z +last_built: 2024-09-13T09:55Z diff --git a/reference/ISOAbstractParty.html b/reference/ISOAbstractParty.html new file mode 100644 index 00000000..804d724f --- /dev/null +++ b/reference/ISOAbstractParty.html @@ -0,0 +1,292 @@ + +ISOAbstractParty — ISOAbstractParty • geometa + + +
+
+ + + +
+
+ + +
+

ISOAbstractParty

+

ISOAbstractParty

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO abstract Party

+
+
+

References

+

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

+
+
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAbstractParty

+
+
+

Public fields

+

name
+

name

+ + +
contactInfo
+

contactInfo

+ + +
partyIdentifier
+

partyIdentifier

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOAbstractParty$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method setName()

+

Set name

+

Usage

+

ISOAbstractParty$setName(name, locales = NULL)

+
+ +
+

Arguments

+

name
+

name

+ + +
locales
+

list of localized texts. Default is NULL

+ + +

+
+ +


+

Method addContactInfo()

+

Adds contactInfo

+

Usage

+

ISOAbstractParty$addContactInfo(contactInfo)

+
+ +
+

Arguments

+

contactInfo
+

object of class ISOContact

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delContactInfo()

+

Deletes contactInfo

+

Usage

+

ISOAbstractParty$delContactInfo(contactInfo)

+
+ +
+

Arguments

+

contactInfo
+

object of class ISOContact

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method addPartyIdentifier()

+

Adds party identifier

+

Usage

+

ISOAbstractParty$addPartyIdentifier(partyIdentifier)

+
+ +
+

Arguments

+

partyIdentifier
+

partyIdentifier

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delPartyIdentifier()

+

Deletes party identifier

+

Usage

+

ISOAbstractParty$delPartyIdentifier(partyIdentifier)

+
+ +
+

Arguments

+

partyIdentifier
+

partyIdentifier

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOAbstractParty$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.0.

+
+ +
+ + + + + + + + diff --git a/reference/ISOIndividual.html b/reference/ISOIndividual.html new file mode 100644 index 00000000..7f160ce0 --- /dev/null +++ b/reference/ISOIndividual.html @@ -0,0 +1,205 @@ + +ISOIndividual — ISOIndividual • geometa + + +
+
+ + + +
+
+ + +
+

ISOIndividual

+

ISOIndividual

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO individual

+
+
+

References

+

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

+
+
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+ +
+

Public fields

+

positionName
+

positionName

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOIndividual$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method setPositionName()

+

Set position name

+

Usage

+

ISOIndividual$setPositionName(positionName, locales = NULL)

+
+ +
+

Arguments

+

positionName
+

position name

+ + +
locales
+

list of localized texts. Default is NULL

+ + +

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOIndividual$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.0.

+
+ +
+ + + + + + + + diff --git a/reference/ISOOrganisation.html b/reference/ISOOrganisation.html new file mode 100644 index 00000000..f856685f --- /dev/null +++ b/reference/ISOOrganisation.html @@ -0,0 +1,226 @@ + +ISOOrganisation — ISOOrganisation • geometa + + +
+
+ + + +
+
+ + +
+

ISOOrganisation

+

ISOOrganisation

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO organisation

+
+
+

References

+

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

+
+
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractParty -> ISOOrganisation

+
+
+

Public fields

+

individual
+

individual

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOOrganisation$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method addIndividual()

+

Adds individual

+

Usage

+

ISOOrganisation$addIndividual(individual)

+
+ +
+

Arguments

+

individual
+

object of class ISOIndividual

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delIndividual()

+

Deletes individual

+

Usage

+

ISOOrganisation$delIndividual(individual)

+
+ +
+

Arguments

+

individual
+

object of class ISOIndividual

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOOrganisation$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.0.

+
+ +
+ + + + + + + + diff --git a/reference/ISOResponsibility.html b/reference/ISOResponsibility.html new file mode 100644 index 00000000..aa25b3db --- /dev/null +++ b/reference/ISOResponsibility.html @@ -0,0 +1,289 @@ + +ISOResponsibility — ISOResponsibility • geometa + + +
+
+ + + +
+
+ + +
+

ISOResponsibility

+

ISOResponsibility

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO responsibility

+
+
+

References

+

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

+
+
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOResponsibility

+
+
+

Public fields

+

role
+

role

+ + +
extent
+

extent

+ + +
party
+

party

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOResponsibility$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method setRole()

+

Set role

+

Usage

+

ISOResponsibility$setRole(role)

+
+ +
+

Arguments

+

role
+

role object of class ISORole or any character +among values returned by ISORole$values()

+ + +

+
+ +


+

Method addExtent()

+

Adds extent

+

Usage

+

ISOResponsibility$addExtent(extent)

+
+ +
+

Arguments

+

extent
+

object of class ISOExtent

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delExtent()

+

Deletes extent

+

Usage

+

ISOResponsibility$delExtent(extent)

+
+ +
+

Arguments

+

extent
+

object of class ISOExtent

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method addParty()

+

Adds party

+

Usage

+

ISOResponsibility$addParty(party)

+
+ +
+

Arguments

+

party
+

party

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delParty()

+

Deletes party

+

Usage

+

ISOResponsibility$delParty(party)

+
+ +
+

Arguments

+

party
+

party

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOResponsibility$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.0.

+
+ +
+ + + + + + + + diff --git a/reference/ISOTelephone.html b/reference/ISOTelephone.html index 46da6808..826631e9 100644 --- a/reference/ISOTelephone.html +++ b/reference/ISOTelephone.html @@ -82,6 +82,14 @@

Public fields

facsimile

+
number
+

number

+ + +
numberType
+

numberType

+ +

@@ -93,6 +101,8 @@

Public methods
  • ISOTelephone$new()

  • ISOTelephone$setVoice()

  • ISOTelephone$setFacsimile()

  • +
  • ISOTelephone$setNumber()

  • +
  • ISOTelephone$setNumberType()

  • ISOTelephone$clone()

  • Inherited methods