Package org.apache.sis.internal.simple

Examples of org.apache.sis.internal.simple.SimpleReferenceIdentifier


    /**
     * Tests {@link DefinitionURI#toURN(String, ReferenceIdentifier)}.
     */
    @Test
    public void testToURN() {
        final ReferenceIdentifier identifier = new SimpleReferenceIdentifier(new SimpleCitation("EPSG"), "4326");
        assertEquals("urn:ogc:def:crs:EPSG::4326", DefinitionURI.format("crs", identifier));
    }
View Full Code Here

TOP

Related Classes of org.apache.sis.internal.simple.SimpleReferenceIdentifier

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.