|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InternationalString in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return InternationalString | |
---|---|
InternationalString[] |
SampleDimension.getCategoryNames()
Sequence of category names for the values contained in a sample dimension. |
InternationalString |
SampleDimension.getDescription()
Sample dimension title or description. |
InternationalString[] |
Coverage.getDimensionNames()
Deprecated. This information can be obtained from the underlying coordinate system. |
Uses of InternationalString in org.opengis.feature |
---|
Methods in org.opengis.feature that return InternationalString | |
---|---|
InternationalString |
FeatureStore.getDescription()
Deprecated. Description of this feature store. |
InternationalString |
FeatureStore.getDisplayName()
Deprecated. Display name for this feature store. |
Uses of InternationalString in org.opengis.feature.simple |
---|
Methods in org.opengis.feature.simple with parameters of type InternationalString | |
---|---|
SimpleFeatureCollectionType |
SimpleTypeFactory.createSimpleFeatureCollectionType(Name name,
SimpleFeatureType member,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
SimpleFeatureType |
SimpleTypeFactory.createSimpleFeatureType(Name name,
List<AttributeType> types,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
Set<Filter> restrictions,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
Uses of InternationalString in org.opengis.feature.type |
---|
Methods in org.opengis.feature.type that return InternationalString | |
---|---|
InternationalString |
PropertyType.getDescription()
A description for the type is allowed. |
Uses of InternationalString in org.opengis.go.display.primitive.store |
---|
Methods in org.opengis.go.display.primitive.store that return InternationalString | |
---|---|
InternationalString |
GraphicStore.getDescription()
Description of this GraphicStore . |
InternationalString |
GraphicStoreFactory.getDescription()
Description of this type of GraphicStore . |
InternationalString |
GraphicStore.getDisplayName()
Display name for this GraphicStore . |
InternationalString |
GraphicStoreFactory.getDisplayName()
Display name used to communicate this type of GraphicStore to end users. |
Uses of InternationalString in org.opengis.layer |
---|
Methods in org.opengis.layer that return InternationalString | |
---|---|
InternationalString |
Style.getAbstract()
Provides the narrative description of this Style . |
InternationalString |
Layer.getAbstract()
Provides the narrative description of this Layer . |
InternationalString |
Attribution.getTitle()
Provides the human-readable string naming the data provider. |
InternationalString |
Style.getTitle()
Provides the human-readable string for presenting this Style . |
InternationalString |
Layer.getTitle()
Provides the human-readable string for presenting this Layer . |
Methods in org.opengis.layer that return types with arguments of type InternationalString | |
---|---|
List<InternationalString> |
Layer.getKeywordList()
Provides keywords to aid in catalogue searches. |
Uses of InternationalString in org.opengis.layer.source |
---|
Methods in org.opengis.layer.source that return InternationalString | |
---|---|
InternationalString |
LayerSourceFactory.getDescription()
Description of this type of FeatureStore. |
InternationalString |
LayerSource.getDescription()
Description of this type of LayerSource . |
InternationalString |
LayerSourceFactory.getDisplayName()
Display name used to communicate this type of FeatureStore to end users. |
InternationalString |
LayerSource.getDisplayName()
Display name used to communicate this LayerSource to end users. |
Uses of InternationalString in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return InternationalString | |
---|---|
InternationalString |
ExtendedElementInformation.getCondition()
Condition under which the extended element is mandatory. |
InternationalString |
ExtendedElementInformation.getDefinition()
Definition of the extended element. |
InternationalString |
ExtendedElementInformation.getDomainValue()
Valid values that can be assigned to the extended element. |
InternationalString |
ExtendedElementInformation.getRule()
Specifies how the extended element relates to other existing elements and entities. |
Methods in org.opengis.metadata that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
ExtendedElementInformation.getRationales()
Reason for creating the extended element. |
Uses of InternationalString in org.opengis.metadata.citation |
---|
Methods in org.opengis.metadata.citation that return InternationalString | |
---|---|
InternationalString |
Address.getAdministrativeArea()
State, province of the location. |
InternationalString |
Address.getCity()
The city of the location. |
InternationalString |
Citation.getCollectiveTitle()
Common title with holdings note. |
InternationalString |
Contact.getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization. |
InternationalString |
Address.getCountry()
Country of the physical address. |
InternationalString |
OnLineResource.getDescription()
Detailed text description of what the online resource is/does. |
InternationalString |
Citation.getEdition()
Version of the cited resource. |
InternationalString |
Contact.getHoursOfService()
Time period (including time zone) when individuals can contact the organization or individual. |
InternationalString |
Series.getName()
Name of the series, or aggregate dataset, of which the dataset is a part. |
InternationalString |
ResponsibleParty.getOrganisationName()
Name of the responsible organization. |
InternationalString |
Citation.getOtherCitationDetails()
Other information required to complete the citation that is not recorded elsewhere. |
InternationalString |
ResponsibleParty.getPositionName()
Role or position of the responsible person. |
InternationalString |
Citation.getTitle()
Name by which the cited resource is known. |
Methods in org.opengis.metadata.citation that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
Citation.getAlternateTitles()
Short name or other language name by which the cited information is known. |
Methods in org.opengis.metadata.citation with parameters of type InternationalString | |
---|---|
Address |
CitationFactory.createAddress(Collection<String> deliveryPoints,
InternationalString city,
InternationalString administrativeArea,
String postalCode,
InternationalString country,
Collection<String> electronicMailAddresses)
Location of the responsible individual or organization. |
Contact |
CitationFactory.createContact(Telephone phone,
Address address,
OnLineResource onLineResource,
InternationalString hoursOfService,
InternationalString contactInstructions)
Information required to enable contact with the responsible person and/or organization. |
OnLineResource |
CitationFactory.createOnLineResource(URI linkage,
String protocol,
String applicationProfile,
InternationalString description,
OnLineFunction function)
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained. |
ResponsibleParty |
CitationFactory.createResponsibleParty(String individualName,
InternationalString organisationName,
InternationalString positionName,
Contact contactInfo,
Role role)
Identification of, and means of communication with, person(s) and organizations associated with the dataset. |
Uses of InternationalString in org.opengis.metadata.constraint |
---|
Methods in org.opengis.metadata.constraint that return InternationalString | |
---|---|
InternationalString |
SecurityConstraints.getClassificationSystem()
Name of the classification system. |
InternationalString |
SecurityConstraints.getHandlingDescription()
Additional information about the restrictions on handling the resource. |
InternationalString |
SecurityConstraints.getUserNote()
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource. |
Methods in org.opengis.metadata.constraint that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
LegalConstraints.getOtherConstraints()
Other restrictions and legal prerequisites for accessing and using the resource. |
Collection<? extends InternationalString> |
Constraints.getUseLimitation()
Limitation affecting the fitness for use of the resource. |
Uses of InternationalString in org.opengis.metadata.content |
---|
Methods in org.opengis.metadata.content that return InternationalString | |
---|---|
InternationalString |
RangeDimension.getDescriptor()
Description of the range of a cell measurement value. |
Uses of InternationalString in org.opengis.metadata.distribution |
---|
Methods in org.opengis.metadata.distribution that return InternationalString | |
---|---|
InternationalString |
Format.getAmendmentNumber()
Amendment number of the format version. |
InternationalString |
StandardOrderProcess.getFees()
Fees and terms for retrieving the resource. |
InternationalString |
Format.getFileDecompressionTechnique()
Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied. |
InternationalString |
Medium.getMediumNote()
Description of other limitations or requirements for using the medium. |
InternationalString |
Format.getName()
Name of the data transfer format(s). |
InternationalString |
StandardOrderProcess.getOrderingInstructions()
General instructions, terms and services provided by the distributor. |
InternationalString |
Format.getSpecification()
Name of a subset, profile, or product specification of the format. |
InternationalString |
StandardOrderProcess.getTurnaround()
Typical turnaround time for the filling of an order. |
InternationalString |
DigitalTransferOptions.getUnitsOfDistribution()
Tiles, layers, geographic areas, etc., in which data is available. |
InternationalString |
Format.getVersion()
Version of the format (date, number, etc.). |
Uses of InternationalString in org.opengis.metadata.extent |
---|
Methods in org.opengis.metadata.extent that return InternationalString | |
---|---|
InternationalString |
Extent.getDescription()
Returns the spatial and temporal extent for the referring object. |
Uses of InternationalString in org.opengis.metadata.identification |
---|
Methods in org.opengis.metadata.identification that return InternationalString | |
---|---|
InternationalString |
Identification.getAbstract()
Brief narrative summary of the content of the resource(s). |
InternationalString |
DataIdentification.getEnvironmentDescription()
Description of the dataset in the producer's processing environment, including items such as the software, the computer operating system, file name, and the dataset size. |
InternationalString |
BrowseGraphic.getFileDescription()
Text description of the illustration. |
InternationalString |
Identification.getPurpose()
Summary of the intentions with which the resource(s) was developed. |
InternationalString |
Usage.getSpecificUsage()
Brief description of the resource and/or resource series usage. |
InternationalString |
DataIdentification.getSupplementalInformation()
Any other descriptive information about the dataset. |
InternationalString |
Usage.getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not suitable. |
Methods in org.opengis.metadata.identification that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
Keywords.getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. |
Uses of InternationalString in org.opengis.metadata.lineage |
---|
Methods in org.opengis.metadata.lineage that return InternationalString | |
---|---|
InternationalString |
Source.getDescription()
Detailed description of the level of the source data. |
InternationalString |
ProcessStep.getDescription()
Description of the event, including related parameters or tolerances. |
InternationalString |
ProcessStep.getRationale()
Requirement or purpose for the process step. |
InternationalString |
Lineage.getStatement()
General explanation of the data producer's knowledge about the lineage of a dataset. |
Uses of InternationalString in org.opengis.metadata.maintenance |
---|
Methods in org.opengis.metadata.maintenance that return InternationalString | |
---|---|
InternationalString |
MaintenanceInformation.getMaintenanceNote()
Deprecated. use getMaintenanceNotes() |
Methods in org.opengis.metadata.maintenance that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
MaintenanceInformation.getMaintenanceNotes()
Information regarding specific requirements for maintaining the resource. |
Uses of InternationalString in org.opengis.metadata.quality |
---|
Methods in org.opengis.metadata.quality that return InternationalString | |
---|---|
InternationalString |
QuantitativeResult.getErrorStatistic()
Statistical method used to determine the value, or null if none. |
InternationalString |
Element.getEvaluationMethodDescription()
Description of the evaluation method. |
InternationalString |
ConformanceResult.getExplanation()
Explanation of the meaning of conformance for this result. |
InternationalString |
Element.getMeasureDescription()
Description of the measure being determined. |
Methods in org.opengis.metadata.quality that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
Element.getNamesOfMeasure()
Name of the test applied to the data. |
Uses of InternationalString in org.opengis.metadata.spatial |
---|
Methods in org.opengis.metadata.spatial that return InternationalString | |
---|---|
InternationalString |
Georectified.getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid data. |
InternationalString |
Georeferenceable.getOrientationParameterDescription()
Description of parameters used to describe sensor orientation. |
InternationalString |
Georectified.getTransformationDimensionDescription()
Description of the information about which grid dimensions are the spatial dimensions. |
Methods in org.opengis.metadata.spatial that return types with arguments of type InternationalString | |
---|---|
Collection<? extends InternationalString> |
Georectified.getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions. |
Uses of InternationalString in org.opengis.referencing |
---|
Methods in org.opengis.referencing that return InternationalString | |
---|---|
InternationalString |
AuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
InternationalString |
IdentifiedObject.getRemarks()
Comments on or information about this object, including data source information. |
InternationalString |
ReferenceSystem.getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid. |
Uses of InternationalString in org.opengis.referencing.datum |
---|
Methods in org.opengis.referencing.datum that return InternationalString | |
---|---|
InternationalString |
Datum.getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth. |
InternationalString |
TemporalDatum.getAnchorPoint()
This attribute is defined in the Datum parent interface,
but is not used by a temporal datum. |
InternationalString |
Datum.getScope()
Description of domain of usage, or limitations of usage, for which this datum object is valid. |
Uses of InternationalString in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that return InternationalString | |
---|---|
InternationalString |
OperationMethod.getFormula()
Formula(s) or procedure used by this operation method. |
InternationalString |
CoordinateOperation.getScope()
Description of domain of usage, or limitations of usage, for which this operation is valid. |
Uses of InternationalString in org.opengis.sld |
---|
Methods in org.opengis.sld that return InternationalString | |
---|---|
InternationalString |
FeatureStyle.getAbstract()
Returns a human readable, prose description of this style. |
InternationalString |
Rule.getAbstract()
Returns a human readable, prose description of this rule. |
InternationalString |
Symbol.getAbstract()
Returns a human readable, prose description of this symbol. |
InternationalString |
FeatureStyle.getTitle()
Returns the human readable title of this style. |
InternationalString |
Rule.getTitle()
Returns the human readable title of this rule. |
InternationalString |
Symbol.getTitle()
Returns the human readable title of this symbol. |
Methods in org.opengis.sld with parameters of type InternationalString | |
---|---|
void |
FeatureStyle.setAbstract(InternationalString abs)
Sets the human readable, prose description of this style. |
void |
Rule.setAbstract(InternationalString abs)
Sets the human readable, prose description of this rule. |
void |
Symbol.setAbstract(InternationalString abs)
Sets the human readable, prose description of this symbol. |
void |
FeatureStyle.setTitle(InternationalString title)
Sets the human readable title of this style. |
void |
Rule.setTitle(InternationalString name)
Sets the human readable title of this rule. |
void |
Symbol.setTitle(InternationalString name)
Sets the human readable title of this symbol. |
Uses of InternationalString in org.opengis.temporal |
---|
Methods in org.opengis.temporal that return InternationalString | |
---|---|
InternationalString |
CalendarDate.getCalendarEraName()
Provides the name of the calendar era to which the date is referenced. |
InternationalString |
Position.getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC. |
InternationalString |
PeriodDuration.getDays()
A positive integer, followed by the character "D", which indicated the number of days in the period. |
InternationalString |
PeriodDuration.getDesignator()
A mandatory element which designates that the returned string represents the duration of a period. |
InternationalString |
PeriodDuration.getHours()
A positive integer, followed by the character "H", which indicated the number of hours in the period. |
InternationalString |
TemporalCoordinateSystem.getInterval()
Identifies the base interval for this temporal coordinate system as a unit of measure specified by ISO 31-1, or a multiple of one of those units, as specified by ISO 1000. |
InternationalString |
PeriodDuration.getMinutes()
A positive integer, followed by the character "M", which indicated the number of minutes in the period. |
InternationalString |
PeriodDuration.getMonths()
A positive integer, followed by the character "M", which indicated the number of months in the period. |
InternationalString |
OrdinalEra.getName()
The unique name of the ordinal era within the ordinal reference system. |
InternationalString |
CalendarEra.getName()
Uniquely identifies the calendar era within this calendar. |
InternationalString |
Clock.getReferenceEvent()
Event used as the datum for this clock. |
InternationalString |
CalendarEra.getReferenceEvent()
Provides the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era. |
InternationalString |
PeriodDuration.getSeconds()
A positive integer, followed by the character "S", which indicated the number of seconds in the period. |
InternationalString |
PeriodDuration.getTimeIndicator()
Included whenever the sequence includes values for units less than a day. |
InternationalString |
PeriodDuration.getYears()
A positive integer, followed by the character "Y", which indicated the number of years in the period. |
Uses of InternationalString in org.opengis.util |
---|
Methods in org.opengis.util that return InternationalString | |
---|---|
InternationalString |
NameFactory.createInternationalString(Map<Locale,String> strings)
Creates an international string from a set of strings in different locales. |
InternationalString |
ProgressListener.getTask()
Return the current task being performed, or null if none. |
InternationalString |
GenericName.toInternationalString()
Returns a local-dependent string representation of this generic name. |
Methods in org.opengis.util with parameters of type InternationalString | |
---|---|
LocalName |
NameFactory.createLocalName(GenericName scope,
String name,
InternationalString localizedName)
Creates a local name from a scope and a name. |
ScopedName |
NameFactory.createScopedName(GenericName scope,
String name,
InternationalString localizedName)
Creates a scoped name from a scope and a name. |
void |
ProgressListener.setTask(InternationalString task)
Set the current task being performed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |