Search in sources :

Example 6 with MDMetadataType

use of org.isotc211._2005.gmd.MDMetadataType in project geo-platform by geosdi.

the class CatalogGetRecordByIdTest method testOutputOriginalIspra.

@Ignore(value = "Catalog is DOWN")
@Test
public void testOutputOriginalIspra() throws Exception {
    URL url = new URL(ISPRA_URL);
    GPCatalogConnectorStore connector = GPCSWConnectorBuilder.newConnector().withServerUrl(url).build();
    CatalogGetRecordByIdRequest<GetRecordByIdResponseType> request = connector.createGetRecordByIdRequest();
    request.setId("{D499D5B8-13A5-43B2-B4FA-9FD2AA519F90}");
    request.setElementSetType(ElementSetType.FULL.value());
    request.setOutputSchema(OutputSchema.ORIGINAL);
    Object o = request.getResponse();
    MDMetadataType metadata = (MDMetadataType) o;
    Assert.assertNotNull(metadata);
    logger.info("FULL METADATA @@@@@@@@@@@@@@@@@@@@@@@@@@@ {}", metadata);
}
Also used : MDMetadataType(org.geosdi.geoplatform.xml.iso19139.v20070417.gmd.MDMetadataType) URL(java.net.URL) Ignore(org.junit.Ignore) Test(org.junit.Test)

Aggregations

MDMetadataType (org.geosdi.geoplatform.xml.iso19139.v20070417.gmd.MDMetadataType)3 Ignore (org.junit.Ignore)3 Test (org.junit.Test)3 OGCException (io.arlas.server.ogc.common.exceptions.OGC.OGCException)2 URL (java.net.URL)2 JAXBElement (javax.xml.bind.JAXBElement)2 MDMetadataType (org.isotc211._2005.gmd.MDMetadataType)2 Date (java.util.Date)1 GregorianCalendar (java.util.GregorianCalendar)1 XMLGregorianCalendar (javax.xml.datatype.XMLGregorianCalendar)1 CIResponsiblePartyPropertyType (org.isotc211.x2005.gmd.CIResponsiblePartyPropertyType)1 MDIdentificationPropertyType (org.isotc211.x2005.gmd.MDIdentificationPropertyType)1 MDMetadataDocument (org.isotc211.x2005.gmd.MDMetadataDocument)1 MDMetadataPropertyType (org.isotc211.x2005.gmd.MDMetadataPropertyType)1 MDMetadataType (org.isotc211.x2005.gmd.MDMetadataType)1 AbstractMDIdentification (org.n52.shetland.iso.gmd.AbstractMDIdentification)1 CiResponsibleParty (org.n52.shetland.iso.gmd.CiResponsibleParty)1