Ejemplo n.º 1
0
 public Metadata()
 {
     Keywords                = new List <MetadataKeyword>();
     TemporalExtent          = new TemporalExtent();
     ResponsibleOrganisation = new ResponsibleParty();
     MetadataPointOfContact  = new ResponsibleParty();
     BoundingBox             = new BoundingBox();
 }
Ejemplo n.º 2
0
 public Metadata()
 {
     Keywords = new List<MetadataKeyword>();
     TemporalExtent = new TemporalExtent();
     ResponsibleOrganisation = new ResponsibleParty();
     MetadataPointOfContact = new ResponsibleParty();
     BoundingBox = new BoundingBox();
 }