Geo-GML

 view release on metacpan or  search on metacpan

lib/Geo/GML/xsd/gml-3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/annotation.xml  view on Meta::CPAN

    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>Two regions of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>medium</certainty>
            <rationale>shape of polygons and proximity are a close match to that of known regions of interest</rationale>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style will overlay some arrow or line symbol on top of Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will overlay some other arrow or line symbol on top of the other Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will fill in member Polygons in annotates MultiPolygon property value-->
    </gml:defaultStyle>
    <pointer>
        <gml:LineString gml:id="L001">
            <gml:pos>12 34</gml:pos>
            <gml:pos>45 36</gml:pos>
            <gml:pos>78 34</gml:pos>
        </gml:LineString>

lib/Geo/GML/xsd/gml-3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/curveOfInterest.xml  view on Meta::CPAN

    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>A curve of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>medium</certainty>
            <rationale>shape of polygon is a close match to that of known region of interest</rationale>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style will overlay some arrow or line symbol on top of Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will overlay line symbol(s) on annotates property value-->
    </gml:defaultStyle>
    <pointer>
        <gml:LineString gml:id="L001">
            <gml:pos>12 34</gml:pos>
            <gml:pos>45 36</gml:pos>
            <gml:pos>78 34</gml:pos>
        </gml:LineString>
    </pointer>
    <content>
        <Label>

lib/Geo/GML/xsd/gml-3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/featureOfInterest.xml  view on Meta::CPAN

    annotation.xsd">
    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>A building feature of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>high</certainty>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style will overlay some arrow or line symbol on top of Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will overlay point symbol on annotates property value-->
    </gml:defaultStyle>
    <pointer>
        <gml:LineString gml:id="L001">
            <gml:pos>12 34</gml:pos>
            <gml:pos>45 36</gml:pos>
            <gml:pos>78 34</gml:pos>
        </gml:LineString>
    </pointer>
    <content>
        <Image>

lib/Geo/GML/xsd/gml-3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/pointOfInterest.xml  view on Meta::CPAN

    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>Some point of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>medium</certainty>
            <rationale>proximity of point is a close match to that of known building</rationale>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style overlays some arrow or line symbol on top of Annotation/pointer value-->
        <gml:Style>
            <gml:featureStyle>
                <gml:FeatureStyle featureType="PointOfInterest" queryGrammar="xpath">
                    <gml:geometryStyle>
                        <gml:GeometryStyle geometryProperty="pointer" geometryType="gml:LineString">
                            <gml:style>stroke:blue;stroke-width:5</gml:style>
                        </gml:GeometryStyle>
                    </gml:geometryStyle>
                </gml:FeatureStyle>
            </gml:featureStyle>
        </gml:Style>
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style overlays point symbol on annotates property value-->
        <gml:Style>
            <gml:featureStyle>
                <gml:FeatureStyle featureType="PointOfInterest" queryGrammar="xpath">
                    <gml:geometryStyle>
                        <gml:GeometryStyle geometryProperty="annotates" geometryType="gml:Point">
                            <gml:symbol symbolType="svg" xlink:href="http://symbology.com/stars.svg#Star01"/>
                        </gml:GeometryStyle>
                    </gml:geometryStyle>
                </gml:FeatureStyle>
            </gml:featureStyle>

lib/Geo/GML/xsd/gml-3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/regionOfInterest.xml  view on Meta::CPAN

    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>A single region of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>medium</certainty>
            <rationale>shape of polygon is a close match to that of known region of interest</rationale>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style will overlay some arrow or line symbol on top of Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will fill in Polygon in annotates property value-->
    </gml:defaultStyle>
    <pointer>
        <gml:LineString gml:id="L001">
            <gml:pos>12 34</gml:pos>
            <gml:pos>45 36</gml:pos>
            <gml:pos>78 34</gml:pos>
        </gml:LineString>



( run in 0.281 second using v1.01-cache-2.11-cpan-49f99fa48dc )