net.opengis.gml
Class DerivedCRSTypeType

java.lang.Object
  extended by net.opengis.gml.CodeType
      extended by net.opengis.gml.DerivedCRSTypeType

public class DerivedCRSTypeType
extends CodeType

Type of a derived coordinate reference system.

Classe Java pour DerivedCRSTypeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="DerivedCRSTypeType">
   <simpleContent>
     <restriction base="<http://www.opengis.net/gml>CodeType">
       <attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.gml.CodeType
codeSpace, value
 
Constructor Summary
DerivedCRSTypeType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.CodeType
getCodeSpace, getValue, isSetCodeSpace, isSetValue, setCodeSpace, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedCRSTypeType

public DerivedCRSTypeType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.