Package org.apache.sis.metadata.iso.extent

Examples of org.apache.sis.metadata.iso.extent.DefaultTemporalExtent


        assertNull(properties.put(IDENTIFIERS_KEY, new ImmutableIdentifier(
                HardCodedCitations.OGP, "EPSG", "4326", "8.2", null)));
        assertNull(properties.put(DOMAIN_OF_VALIDITY_KEY, new DefaultExtent("Netherlands offshore.",
                new DefaultGeographicBoundingBox(2.54, 6.40, 51.43, 55.77),
                new DefaultVerticalExtent(10, 1000, VerticalCRSMock.DEPTH),
                new DefaultTemporalExtent()))); // TODO: needs sis-temporal module for testing that one.
        final IdentifiedObject object = new AbstractReferenceSystem(properties);

        assertWktEquals(Convention.WKT1,
                // Closing quote conservatively omitted for WKT 1.
                "ReferenceSystem[“My “object.”, AUTHORITY[“EPSG”, “4326”]]",
View Full Code Here

TOP

Related Classes of org.apache.sis.metadata.iso.extent.DefaultTemporalExtent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.