| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.maps.FeatureEntry | |||
Describes a feature entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Feature feature category kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Feature feature category kind category. | ||||||||||
| KML_CONTENT | |||||||||||
| hasView | True if this feature has an interesting read-only view, for example as driving directions. | ||||||||||
| isKmlDefault | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new custom property.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Override generateAtom() method to change the default namespace to kml.
| |||||||||||
Returns the link that provides the URI of the full feed (without any query
parameters).
| |||||||||||
Returns the batch identifier.
| |||||||||||
Returns the batch interruption information.
| |||||||||||
Returns the batch operation.
| |||||||||||
Returns the batch response status information.
| |||||||||||
Returns the custom properties.
| |||||||||||
Returns the marker for deleted entries.
| |||||||||||
Returns the postal address.
| |||||||||||
Returns the resource id.
| |||||||||||
Returns the structured postal address.
| |||||||||||
Gets the URL of the view projection of this feature.
| |||||||||||
Returns whether it has the batch identifier.
| |||||||||||
Returns whether it has the batch interruption information.
| |||||||||||
Returns whether it has the batch operation.
| |||||||||||
Returns whether it has the batch response status information.
| |||||||||||
Returns whether it has the custom properties.
| |||||||||||
Returns whether it has the marker for deleted entries.
| |||||||||||
Returns whether it has the postal address.
| |||||||||||
Returns whether it has the resource id.
| |||||||||||
Returns whether it has the structured postal address.
| |||||||||||
Sets the batch identifier.
| |||||||||||
Sets the batch interruption information.
| |||||||||||
Sets the batch operation.
| |||||||||||
Sets the batch response status information.
| |||||||||||
Sets the marker for deleted entries.
| |||||||||||
Sets the KML content of the feature as an XmlBlob.
| |||||||||||
Sets the postal address.
| |||||||||||
Sets the resource id.
| |||||||||||
Sets the structured postal address.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Feature feature category kind term value.
True if this feature has an interesting read-only view, for example as driving directions.
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Adds a new custom property.
| customProperty | Custom property |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Override generateAtom() method to change the default namespace to kml.
| w | Output writer. |
|---|---|
| extProfile | Extension profile. |
| IOException |
|---|
Returns the link that provides the URI of the full feed (without any query parameters).
null for none.
Returns the batch interruption information.
Returns the batch response status information.
Returns the custom properties.
Returns the marker for deleted entries.
Returns the structured postal address.
Gets the URL of the view projection of this feature.
null
Returns whether it has the batch identifier.
Returns whether it has the batch interruption information.
Returns whether it has the batch operation.
Returns whether it has the batch response status information.
Returns whether it has the custom properties.
Returns whether it has the marker for deleted entries.
Returns whether it has the postal address.
Returns whether it has the resource id.
Returns whether it has the structured postal address.
Sets the batch identifier.
| batchId | Batch identifier or null to reset
|
|---|
Sets the batch interruption information.
| batchInterrupted | Batch interruption information or null
to reset
|
|---|
Sets the batch operation.
| batchOperation | Batch operation or null to reset
|
|---|
Sets the batch response status information.
| batchStatus | Batch response status information or null
to reset
|
|---|
Sets the marker for deleted entries.
| deleted | Marker for deleted entries or null to reset
|
|---|
| hasView |
|---|
Sets the KML content of the feature as an XmlBlob. Unless overridden by setKmlDefault, the default namespace of the entry is kml, so the KML placemarks don't need any namespace prefix.
| kml | A string representing a KML placemark. |
|---|
| isDefault |
|---|
Sets the postal address.
| postalAddress | Postal address or null to reset
|
|---|
Sets the resource id.
| resourceId | Resource id or null to reset
|
|---|
Sets the structured postal address.
| structuredPostalAddress | Structured postal address or
null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.