Package org.apache.sis.metadata.iso.identification

Examples of org.apache.sis.metadata.iso.identification.DefaultKeywords


     * Note that adding enumeration values is normally not allowed, so a future version of this test may
     * need to change the code type.
     */
    @Test
    public void testTreeWithCustomElements() {
        final DefaultKeywords keywords = new DefaultKeywords();
        keywords.setKeywords(Arrays.asList(
                new SimpleInternationalString("Apple"),
                new SimpleInternationalString("Orange"),
                new SimpleInternationalString("Kiwi")));

        final DefaultDataIdentification identification = new DefaultDataIdentification();
View Full Code Here


     * Note that adding enumeration values is normally not allowed, so a future version of this test may
     * need to change the code type.
     */
    @Test
    public void testTreeWithCustomElements() {
        final DefaultKeywords keywords = new DefaultKeywords();
        keywords.setKeywords(Arrays.asList(
                new SimpleInternationalString("Apple"),
                new SimpleInternationalString("Orange"),
                new SimpleInternationalString("Kiwi")));

        final DefaultDataIdentification identification = new DefaultDataIdentification();
View Full Code Here

TOP

Related Classes of org.apache.sis.metadata.iso.identification.DefaultKeywords

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.