|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
net.opengis.iso19139.gmd.v_20070417.EXGeographicBoundingBoxType
public class EXGeographicBoundingBoxType
Geographic area of the entire dataset referenced to WGS 84
Java class for EX_GeographicBoundingBox_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_GeographicBoundingBox_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type">
<sequence>
<element name="westBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
<element name="eastBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
<element name="southBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
<element name="northBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DecimalPropertyType |
eastBoundLongitude
|
protected DecimalPropertyType |
northBoundLatitude
|
protected DecimalPropertyType |
southBoundLatitude
|
protected DecimalPropertyType |
westBoundLongitude
|
| Fields inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType |
|---|
extentTypeCode |
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
EXGeographicBoundingBoxType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
DecimalPropertyType |
getEastBoundLongitude()
Gets the value of the eastBoundLongitude property. |
DecimalPropertyType |
getNorthBoundLatitude()
Gets the value of the northBoundLatitude property. |
DecimalPropertyType |
getSouthBoundLatitude()
Gets the value of the southBoundLatitude property. |
DecimalPropertyType |
getWestBoundLongitude()
Gets the value of the westBoundLongitude property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetEastBoundLongitude()
|
boolean |
isSetNorthBoundLatitude()
|
boolean |
isSetSouthBoundLatitude()
|
boolean |
isSetWestBoundLongitude()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setEastBoundLongitude(DecimalPropertyType value)
Sets the value of the eastBoundLongitude property. |
void |
setNorthBoundLatitude(DecimalPropertyType value)
Sets the value of the northBoundLatitude property. |
void |
setSouthBoundLatitude(DecimalPropertyType value)
Sets the value of the southBoundLatitude property. |
void |
setWestBoundLongitude(DecimalPropertyType value)
Sets the value of the westBoundLongitude property. |
String |
toString()
|
EXGeographicBoundingBoxType |
withEastBoundLongitude(DecimalPropertyType value)
|
EXGeographicBoundingBoxType |
withExtentTypeCode(BooleanPropertyType value)
|
EXGeographicBoundingBoxType |
withId(String value)
|
EXGeographicBoundingBoxType |
withNorthBoundLatitude(DecimalPropertyType value)
|
EXGeographicBoundingBoxType |
withSouthBoundLatitude(DecimalPropertyType value)
|
EXGeographicBoundingBoxType |
withUuid(String value)
|
EXGeographicBoundingBoxType |
withWestBoundLongitude(DecimalPropertyType value)
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType |
|---|
getExtentTypeCode, isSetExtentTypeCode, setExtentTypeCode |
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DecimalPropertyType westBoundLongitude
protected DecimalPropertyType eastBoundLongitude
protected DecimalPropertyType southBoundLatitude
protected DecimalPropertyType northBoundLatitude
| Constructor Detail |
|---|
public EXGeographicBoundingBoxType()
| Method Detail |
|---|
public DecimalPropertyType getWestBoundLongitude()
DecimalPropertyTypepublic void setWestBoundLongitude(DecimalPropertyType value)
value - allowed object is
DecimalPropertyTypepublic boolean isSetWestBoundLongitude()
public DecimalPropertyType getEastBoundLongitude()
DecimalPropertyTypepublic void setEastBoundLongitude(DecimalPropertyType value)
value - allowed object is
DecimalPropertyTypepublic boolean isSetEastBoundLongitude()
public DecimalPropertyType getSouthBoundLatitude()
DecimalPropertyTypepublic void setSouthBoundLatitude(DecimalPropertyType value)
value - allowed object is
DecimalPropertyTypepublic boolean isSetSouthBoundLatitude()
public DecimalPropertyType getNorthBoundLatitude()
DecimalPropertyTypepublic void setNorthBoundLatitude(DecimalPropertyType value)
value - allowed object is
DecimalPropertyTypepublic boolean isSetNorthBoundLatitude()
public String toString()
toString in class AbstractEXGeographicExtentType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractEXGeographicExtentType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractEXGeographicExtentType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractEXGeographicExtentTypepublic boolean equals(Object object)
equals in class AbstractEXGeographicExtentType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractEXGeographicExtentTypepublic int hashCode()
hashCode in class AbstractEXGeographicExtentTypepublic Object clone()
clone in class AbstractEXGeographicExtentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractEXGeographicExtentType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractEXGeographicExtentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractEXGeographicExtentType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractEXGeographicExtentTypepublic EXGeographicBoundingBoxType withWestBoundLongitude(DecimalPropertyType value)
public EXGeographicBoundingBoxType withEastBoundLongitude(DecimalPropertyType value)
public EXGeographicBoundingBoxType withSouthBoundLatitude(DecimalPropertyType value)
public EXGeographicBoundingBoxType withNorthBoundLatitude(DecimalPropertyType value)
public EXGeographicBoundingBoxType withExtentTypeCode(BooleanPropertyType value)
withExtentTypeCode in class AbstractEXGeographicExtentTypepublic EXGeographicBoundingBoxType withId(String value)
withId in class AbstractEXGeographicExtentTypepublic EXGeographicBoundingBoxType withUuid(String value)
withUuid in class AbstractEXGeographicExtentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||