com.supermap.services.metadata.smmd2007
Class GeoEle
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.GeoEle
-
- All Implemented Interfaces:
- java.io.Serializable
public class GeoEle extends java.lang.Object implements java.io.SerializableJava 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"> <sequence> <element ref="{http://data.sbsm.gov.cn/smmd/2007}GeoBndBox"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GeoEle()
-
Method Summary
Methods Modifier and Type Method and Description GeoBndBoxgetGeoBndBox()Gets the value of the geoBndBox property.voidsetGeoBndBox(GeoBndBox value)Sets the value of the geoBndBox property.
-
-
-
Field Detail
-
geoBndBox
protected GeoBndBox geoBndBox
-
-