gmlschema.html

来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 914 行 · 第 1/3 页

HTML
914
字号
<DT><B>Returns:</B><DD>Final Mask<DT><B>See Also:</B><DD><CODE>schema.Schema#getFinalDefault()</CODE></DL></DD></DL><HR><A NAME="getGroups()"><!-- --></A><H3>getGroups</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Group.html" title="interface in org.geotools.xml.schema">Group</A>[] <B>getGroups</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This method is intended to provide a list of public Groups defined by this Schema. The definition of 'public Groups' should be interpreted as the set of Groups availiable when creating an instance document, extending the schema, or importing the schema. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getGroups()">getGroups</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getGroups()</CODE></DL></DD></DL><HR><A NAME="getId()"><!-- --></A><H3>getId</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getId</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This method is intended to provide the ID of this Schema. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getId()">getId</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getId()</CODE></DL></DD></DL><HR><A NAME="getImports()"><!-- --></A><H3>getImports</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A>[] <B>getImports</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This method is intended to provide a list of public Imports defined by this Schema. The definition of 'public Imports' should be interpreted as the set of Imports availiable when creating an instance document, extending the schema, or importing the schema. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getImports()">getImports</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getImports()</CODE></DL></DD></DL><HR><A NAME="getSimpleTypes()"><!-- --></A><H3>getSimpleTypes</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/SimpleType.html" title="interface in org.geotools.xml.schema">SimpleType</A>[] <B>getSimpleTypes</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This method is intended to provide a list of public SimpleTypes defined by this Schema. The definition of 'public SimpleTypes' should be interpreted as the set of SimpleTypes availiable when creating an instance document, extending the schema, or importing the schema. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getSimpleTypes()">getSimpleTypes</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getSimpleTypes()</CODE></DL></DD></DL><HR><A NAME="getTargetNamespace()"><!-- --></A><H3>getTargetNamespace</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A> <B>getTargetNamespace</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This returns the intended use name of the Schema (kinda like an ID, for a better definition see the XML Schema Specification). </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getTargetNamespace()">getTargetNamespace</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getTargetNamespace()</CODE></DL></DD></DL><HR><A NAME="getURI()"><!-- --></A><H3>getURI</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A> <B>getURI</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getURI()">getURI</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getVersion()"><!-- --></A><H3>getVersion</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getVersion</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This returns the Schema version ... </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getVersion()">getVersion</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#getVersion()</CODE></DL></DD></DL><HR><A NAME="includesURI(java.net.URI)"><!-- --></A><H3>includesURI</H3><PRE>public boolean <B>includesURI</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A>&nbsp;uri)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> This looks to see if the URI passed in is represented by this Schema. Often this method uses some heuritics on the list of included URIs. This allows one Schema to represent one targetNamespace, but be potentially represented in more than one file. </p>  <p> Used to determine if the uri should provided should be included in an instance document. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#includesURI(java.net.URI)">includesURI</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>uri</CODE> - <DT><B>See Also:</B><DD><CODE>schema.Schema#includesURI(java.net.URI)</CODE></DL></DD></DL><HR><A NAME="isAttributeFormDefault()"><!-- --></A><H3>isAttributeFormDefault</H3><PRE>public boolean <B>isAttributeFormDefault</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> Returns true when the Default Attribute Form is qualified, false otherwise. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#isAttributeFormDefault()">isAttributeFormDefault</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>schema.Schema#isAttributeFormDefault()</CODE></DL></DD></DL><HR><A NAME="getPrefix()"><!-- --></A><H3>getPrefix</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getPrefix</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></B></DD><DD><p> Gets the recommended prefix for this schema. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html#getPrefix()">getPrefix</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Schema.html#getPrefix()"><CODE>Schema.getPrefix()</CODE></A></DL></DD></DL><HR><A NAME="getInstance()"><!-- --></A><H3>getInstance</H3><PRE>public static <A HREF="../../../../org/geotools/xml/schema/Schema.html" title="interface in org.geotools.xml.schema">Schema</A> <B>getInstance</B>()</PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>org.geotools.xml.schema.Schema#getInstance()</CODE></DL></DD></DL><HR><A NAME="getImplementationHints()"><!-- --></A><H3>getImplementationHints</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>getImplementationHints</B>()</PRE><DL><DD>Returns the implementation hints. The default implementation returns en empty map.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/factory/Factory.html#getImplementationHints()">getImplementationHints</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/factory/Factory.html" title="interface in org.geotools.factory">Factory</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The map of hints, or an <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collections.html#EMPTY_MAP" title="class or interface in java.util">empty map</A>         if none.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/GMLSchema.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/geotools/xml/gml/GMLFeatureCollection.html" title="class in org.geotools.xml.gml"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/geotools/xml/gml/WFSFeatureTypeTransformer.html" title="class in org.geotools.xml.gml"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="GMLSchema.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?