Class Lobid2DCModelMapper

java.lang.Object
de.digitalcollections.cudami.lobid.client.mapper.Lobid2DCModelMapper

public class Lobid2DCModelMapper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.digitalcollections.model.geo.CoordinateLocation
    mapGeometryToCoordinateLocation(de.digitalcollections.lobid.model.LobidGeometry lobidGeometry)
     
    static de.digitalcollections.model.identifiable.entity.agent.CorporateBody
    mapToCorporateBody(de.digitalcollections.lobid.model.LobidCorporateBody lobidCorporateBody, de.digitalcollections.model.identifiable.entity.agent.CorporateBody corporateBody)
     
    static de.digitalcollections.model.identifiable.entity.Event
    mapToEvent(de.digitalcollections.lobid.model.LobidEvent lobidEvent, de.digitalcollections.model.identifiable.entity.Event event)
     
    static de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
    mapToGeoLocation(de.digitalcollections.lobid.model.LobidGeoLocation lobidGeoLocation, de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation)
     
    static de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement
    mapToHumanSettlement(de.digitalcollections.lobid.model.LobidGeoLocation lobidGeoLocation, de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement humanSettlement)
     
    static de.digitalcollections.model.identifiable.Identifiable
    mapToIdentifiable(de.digitalcollections.lobid.model.LobidEntity lobidEntity, de.digitalcollections.model.identifiable.Identifiable identifiable)
     
    static de.digitalcollections.model.identifiable.entity.NamedEntity
    mapToNamedEntity(de.digitalcollections.lobid.model.LobidEntity lobidEntity, de.digitalcollections.model.identifiable.entity.NamedEntity namedEntity)
     
    static de.digitalcollections.model.identifiable.entity.agent.Person
    mapToPerson(de.digitalcollections.lobid.model.LobidPerson lobidPerson, de.digitalcollections.model.identifiable.entity.agent.Person person)
     
    static de.digitalcollections.model.identifiable.semantic.Subject
    mapToSubject(de.digitalcollections.lobid.model.LobidSubject lobidSubject, de.digitalcollections.model.identifiable.semantic.Subject subject)
     
    static de.digitalcollections.model.identifiable.entity.work.Work
    mapToWork(de.digitalcollections.lobid.model.LobidWork lobidWork, de.digitalcollections.model.identifiable.entity.work.Work work)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Lobid2DCModelMapper

      public Lobid2DCModelMapper()
  • Method Details

    • mapToCorporateBody

      public static de.digitalcollections.model.identifiable.entity.agent.CorporateBody mapToCorporateBody(de.digitalcollections.lobid.model.LobidCorporateBody lobidCorporateBody, de.digitalcollections.model.identifiable.entity.agent.CorporateBody corporateBody)
    • mapToEvent

      public static de.digitalcollections.model.identifiable.entity.Event mapToEvent(de.digitalcollections.lobid.model.LobidEvent lobidEvent, de.digitalcollections.model.identifiable.entity.Event event)
    • mapToGeoLocation

      public static de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation mapToGeoLocation(de.digitalcollections.lobid.model.LobidGeoLocation lobidGeoLocation, de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation)
    • mapGeometryToCoordinateLocation

      public static de.digitalcollections.model.geo.CoordinateLocation mapGeometryToCoordinateLocation(de.digitalcollections.lobid.model.LobidGeometry lobidGeometry)
    • mapToHumanSettlement

      public static de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement mapToHumanSettlement(de.digitalcollections.lobid.model.LobidGeoLocation lobidGeoLocation, de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement humanSettlement)
    • mapToIdentifiable

      public static de.digitalcollections.model.identifiable.Identifiable mapToIdentifiable(de.digitalcollections.lobid.model.LobidEntity lobidEntity, de.digitalcollections.model.identifiable.Identifiable identifiable)
    • mapToNamedEntity

      public static de.digitalcollections.model.identifiable.entity.NamedEntity mapToNamedEntity(de.digitalcollections.lobid.model.LobidEntity lobidEntity, de.digitalcollections.model.identifiable.entity.NamedEntity namedEntity)
    • mapToPerson

      public static de.digitalcollections.model.identifiable.entity.agent.Person mapToPerson(de.digitalcollections.lobid.model.LobidPerson lobidPerson, de.digitalcollections.model.identifiable.entity.agent.Person person)
    • mapToSubject

      public static de.digitalcollections.model.identifiable.semantic.Subject mapToSubject(de.digitalcollections.lobid.model.LobidSubject lobidSubject, de.digitalcollections.model.identifiable.semantic.Subject subject)
    • mapToWork

      public static de.digitalcollections.model.identifiable.entity.work.Work mapToWork(de.digitalcollections.lobid.model.LobidWork lobidWork, de.digitalcollections.model.identifiable.entity.work.Work work)