Package net.opengis.omeo.lmb.v_2_0
Class FootprintType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.omeo.eop.v_2_0.FootprintType
-
- net.opengis.omeo.lmb.v_2_0.FootprintType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class FootprintType extends FootprintType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for FootprintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FootprintType"> <complexContent> <extension base="{http://www.opengis.net/eop/2.0}FootprintType"> <sequence> <element name="maximumAltitude" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/> <element name="minimumAltitude" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/> <element name="nominalTrack" type="{http://www.opengis.net/gml/3.2}MultiCurvePropertyType" minOccurs="0"/> <element name="occultationPoints" type="{http://www.opengis.net/gml/3.2}MultiPointPropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MeasureTypemaximumAltitudeprotected MeasureTypeminimumAltitudeprotected MultiCurvePropertyTypenominalTrackprotected MultiPointPropertyTypeoccultationPoints-
Fields inherited from class net.opengis.omeo.eop.v_2_0.FootprintType
centerOf, multiExtentOf, orientation
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description FootprintType()Default no-arg constructorFootprintType(MultiSurfacePropertyType multiExtentOf, PointPropertyType centerOf, PolygonOrientationValueType orientation, MeasureType maximumAltitude, MeasureType minimumAltitude, MultiCurvePropertyType nominalTrack, MultiPointPropertyType occultationPoints)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)MeasureTypegetMaximumAltitude()Gets the value of the maximumAltitude property.MeasureTypegetMinimumAltitude()Gets the value of the minimumAltitude property.MultiCurvePropertyTypegetNominalTrack()Gets the value of the nominalTrack property.MultiPointPropertyTypegetOccultationPoints()Gets the value of the occultationPoints property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetMaximumAltitude()booleanisSetMinimumAltitude()booleanisSetNominalTrack()booleanisSetOccultationPoints()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetMaximumAltitude(MeasureType value)Sets the value of the maximumAltitude property.voidsetMinimumAltitude(MeasureType value)Sets the value of the minimumAltitude property.voidsetNominalTrack(MultiCurvePropertyType value)Sets the value of the nominalTrack property.voidsetOccultationPoints(MultiPointPropertyType value)Sets the value of the occultationPoints property.StringtoString()FootprintTypewithCenterOf(PointPropertyType value)FootprintTypewithMaximumAltitude(MeasureType value)FootprintTypewithMinimumAltitude(MeasureType value)FootprintTypewithMultiExtentOf(MultiSurfacePropertyType value)FootprintTypewithNominalTrack(MultiCurvePropertyType value)FootprintTypewithOccultationPoints(MultiPointPropertyType value)FootprintTypewithOrientation(PolygonOrientationValueType value)-
Methods inherited from class net.opengis.omeo.eop.v_2_0.FootprintType
getCenterOf, getMultiExtentOf, getOrientation, isSetCenterOf, isSetMultiExtentOf, isSetOrientation, setCenterOf, setMultiExtentOf, setOrientation
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
maximumAltitude
protected MeasureType maximumAltitude
-
minimumAltitude
protected MeasureType minimumAltitude
-
nominalTrack
protected MultiCurvePropertyType nominalTrack
-
occultationPoints
protected MultiPointPropertyType occultationPoints
-
-
Constructor Detail
-
FootprintType
public FootprintType()
Default no-arg constructor
-
FootprintType
public FootprintType(MultiSurfacePropertyType multiExtentOf, PointPropertyType centerOf, PolygonOrientationValueType orientation, MeasureType maximumAltitude, MeasureType minimumAltitude, MultiCurvePropertyType nominalTrack, MultiPointPropertyType occultationPoints)
Fully-initialising value constructor
-
-
Method Detail
-
getMaximumAltitude
public MeasureType getMaximumAltitude()
Gets the value of the maximumAltitude property.- Returns:
- possible object is
MeasureType
-
setMaximumAltitude
public void setMaximumAltitude(MeasureType value)
Sets the value of the maximumAltitude property.- Parameters:
value- allowed object isMeasureType
-
isSetMaximumAltitude
public boolean isSetMaximumAltitude()
-
getMinimumAltitude
public MeasureType getMinimumAltitude()
Gets the value of the minimumAltitude property.- Returns:
- possible object is
MeasureType
-
setMinimumAltitude
public void setMinimumAltitude(MeasureType value)
Sets the value of the minimumAltitude property.- Parameters:
value- allowed object isMeasureType
-
isSetMinimumAltitude
public boolean isSetMinimumAltitude()
-
getNominalTrack
public MultiCurvePropertyType getNominalTrack()
Gets the value of the nominalTrack property.- Returns:
- possible object is
MultiCurvePropertyType
-
setNominalTrack
public void setNominalTrack(MultiCurvePropertyType value)
Sets the value of the nominalTrack property.- Parameters:
value- allowed object isMultiCurvePropertyType
-
isSetNominalTrack
public boolean isSetNominalTrack()
-
getOccultationPoints
public MultiPointPropertyType getOccultationPoints()
Gets the value of the occultationPoints property.- Returns:
- possible object is
MultiPointPropertyType
-
setOccultationPoints
public void setOccultationPoints(MultiPointPropertyType value)
Sets the value of the occultationPoints property.- Parameters:
value- allowed object isMultiPointPropertyType
-
isSetOccultationPoints
public boolean isSetOccultationPoints()
-
toString
public String toString()
- Overrides:
toStringin classFootprintType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classFootprintType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classFootprintType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classFootprintType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classFootprintType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classFootprintType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFootprintType
-
clone
public Object clone()
- Overrides:
clonein classFootprintType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classFootprintType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classFootprintType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classFootprintType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classFootprintType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classFootprintType
-
withMaximumAltitude
public FootprintType withMaximumAltitude(MeasureType value)
-
withMinimumAltitude
public FootprintType withMinimumAltitude(MeasureType value)
-
withNominalTrack
public FootprintType withNominalTrack(MultiCurvePropertyType value)
-
withOccultationPoints
public FootprintType withOccultationPoints(MultiPointPropertyType value)
-
withMultiExtentOf
public FootprintType withMultiExtentOf(MultiSurfacePropertyType value)
- Overrides:
withMultiExtentOfin classFootprintType
-
withCenterOf
public FootprintType withCenterOf(PointPropertyType value)
- Overrides:
withCenterOfin classFootprintType
-
withOrientation
public FootprintType withOrientation(PolygonOrientationValueType value)
- Overrides:
withOrientationin classFootprintType
-
-