net.opengis.ows.v_2_0
Class WGS84BoundingBoxType

java.lang.Object
  extended by net.opengis.ows.v_2_0.BoundingBoxType
      extended by net.opengis.ows.v_2_0.WGS84BoundingBoxType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class WGS84BoundingBoxType
extends BoundingBoxType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.

Java class for WGS84BoundingBoxType complex type.

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

 <complexType name="WGS84BoundingBoxType">
   <complexContent>
     <restriction base="{http://www.opengis.net/ows/2.0}BoundingBoxType">
       <sequence>
         <element name="LowerCorner" type="{http://www.opengis.net/ows/2.0}PositionType2D"/>
         <element name="UpperCorner" type="{http://www.opengis.net/ows/2.0}PositionType2D"/>
       </sequence>
       <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:ogc:def:crs:OGC:2:84" />
       <attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.ows.v_2_0.BoundingBoxType
crs, dimensions, lowerCorner, upperCorner
 
Constructor Summary
WGS84BoundingBoxType()
           
 
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)
           
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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)
           
 String toString()
           
 WGS84BoundingBoxType withCrs(String value)
           
 WGS84BoundingBoxType withDimensions(BigInteger value)
           
 WGS84BoundingBoxType withLowerCorner(Collection<Double> values)
           
 WGS84BoundingBoxType withLowerCorner(Double... values)
           
 WGS84BoundingBoxType withLowerCorner(List<Double> value)
           
 WGS84BoundingBoxType withUpperCorner(Collection<Double> values)
           
 WGS84BoundingBoxType withUpperCorner(Double... values)
           
 WGS84BoundingBoxType withUpperCorner(List<Double> value)
           
 
Methods inherited from class net.opengis.ows.v_2_0.BoundingBoxType
getCrs, getDimensions, getLowerCorner, getUpperCorner, isSetCrs, isSetDimensions, isSetLowerCorner, isSetUpperCorner, setCrs, setDimensions, setLowerCorner, setUpperCorner, unsetLowerCorner, unsetUpperCorner
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WGS84BoundingBoxType

public WGS84BoundingBoxType()
Method Detail

toString

public String toString()
Overrides:
toString in class BoundingBoxType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class BoundingBoxType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class BoundingBoxType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class BoundingBoxType

equals

public boolean equals(Object object)
Overrides:
equals in class BoundingBoxType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class BoundingBoxType

hashCode

public int hashCode()
Overrides:
hashCode in class BoundingBoxType

clone

public Object clone()
Overrides:
clone in class BoundingBoxType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class BoundingBoxType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class BoundingBoxType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class BoundingBoxType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class BoundingBoxType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class BoundingBoxType

withLowerCorner

public WGS84BoundingBoxType withLowerCorner(Double... values)
Overrides:
withLowerCorner in class BoundingBoxType

withLowerCorner

public WGS84BoundingBoxType withLowerCorner(Collection<Double> values)
Overrides:
withLowerCorner in class BoundingBoxType

withUpperCorner

public WGS84BoundingBoxType withUpperCorner(Double... values)
Overrides:
withUpperCorner in class BoundingBoxType

withUpperCorner

public WGS84BoundingBoxType withUpperCorner(Collection<Double> values)
Overrides:
withUpperCorner in class BoundingBoxType

withCrs

public WGS84BoundingBoxType withCrs(String value)
Overrides:
withCrs in class BoundingBoxType

withDimensions

public WGS84BoundingBoxType withDimensions(BigInteger value)
Overrides:
withDimensions in class BoundingBoxType

withLowerCorner

public WGS84BoundingBoxType withLowerCorner(List<Double> value)
Overrides:
withLowerCorner in class BoundingBoxType

withUpperCorner

public WGS84BoundingBoxType withUpperCorner(List<Double> value)
Overrides:
withUpperCorner in class BoundingBoxType


Copyright © 2008-2014 Highsource. All Rights Reserved.