com.supermap.services.metadata.smmd2007

类 SpatRepInfo

  • java.lang.Object
    • com.supermap.services.metadata.smmd2007.SpatRepInfo
  • 所有已实现的接口:
    java.io.Serializable


    public class SpatRepInfo
    extends java.lang.Object
    implements java.io.Serializable
    

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
     <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     <choice>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}GridSpatRep"/>
     <element ref="{http://data.sbsm.gov.cn/smmd/2007}VectSpatRep"/>
     </choice>
     </restriction>
     </complexContent>
     </complexType>
     
    
    另请参阅:
    序列化表格
    • 字段详细资料

    • 构造器详细资料

      • SpatRepInfo

        public SpatRepInfo()
        
    • 方法详细资料

      • getGridSpatRep

        public GridSpatRep getGridSpatRep()
        
        Gets the value of the gridSpatRep property.
      • setGridSpatRep

        public void setGridSpatRep(GridSpatRep value)
        
        Sets the value of the gridSpatRep property.
        参数:
        valueallowed - object isGridSpatRep
      • getVectSpatRep

        public VectSpatRep getVectSpatRep()
        
        Gets the value of the vectSpatRep property.
      • setVectSpatRep

        public void setVectSpatRep(VectSpatRep value)
        
        Sets the value of the vectSpatRep property.
        参数:
        valueallowed - object isVectSpatRep